Good point – the documentation for that was missing. I have added it here: http://wiki.eclipse.org/Tycho/Packaging_Types#eclipse-feature. Feel free to improve it if necessary. Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Anthony Dahanne Sent: Samstag, 5. November 2011 14:47 To: Tycho user list Subject: Re: [tycho-user] packaging a plugin-in as a flat directory instead of ajar Thank you Hughes, I had a doubt about the feature unpack but could not find the reference ! Regards, Anthony
On 2011-11-05 04:19, Hugues Malphettes wrote: Hi Anthony, Since tycho-0.11.0 marking your plugin as unpacked="true" is not taken into account anymore. is the only way at the moment. Hugues On Sat, Nov 5, 2011 at 3:06 AM, Dahanne, Anthony <Anthony.Dahanne@xxxxxxxxxxxxx> wrote: There are two ways to achieve this (unpack the bundle on install): · In your Manifest Eclipse-BundleShape: dir · In your feature that includes your bundle : <plugin id="folder.bundle" download-size="0" install-size="0" version="0.0.0" unpack="true"/> (see http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/ ) As far as I remember, tycho understands both (to confirm) Anthony 
Le contenu de ce courriel s'adresse au destinataire seulement. Il contient de l'information pouvant être confidentielle. Vous ne devez ni le copier ni l'utiliser ni le divulguer à qui que ce soit à moins que vous soyez le destinataire ou une personne désignée autorisée. Si vous le receviez par erreur, veuillez nous aviser immédiatement et le détruire. The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. In Eclipse PDE it is possible to export a plug-in as a flat directory by clearing the "Package plug-ins as individual JAR archives" option. Is it possible to achieve the same with tycho? Thanks, _______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tycho-user |