[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [tycho-user] packaging a plugin-in as a flat directory instead of ajar
|
Hi Anthony,
Since tycho-0.11.0 marking your plugin as unpacked="true" is not taken into account anymore.
Eclipse-BundleShape: dir
is the only way at the moment.
I hope this helps,
Hugues
PS References:
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