Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Unpacking a plugin in Product Export

You can get around this by making your product definition to be based on features.

In Eclipse 3.5, we're adding support for something called the "Eclipse-BundleShape" header. It will have a value of "dir" or "jar" and that allows you to set this option at the plug-in level.

157562: [doc] Specify Eclipse-BundleShape manifest header which indicates if a bundle should be a jar or directory at runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=157562

Also, how does your bundle currently look like? If nothing is specified, PDE attempts to guess the "shape" of your bundle.

2008/11/4 Uwe Kubosch <uwe@xxxxxxxxxx>
Hi all!

I have a plugin that requires to be unpacked after installation.  I have
found the option to do this in the corresponding feature, but when
exporting as a "product" I cannot find how to force the plugin to be
unpacked.  Is there a way to do this?

This happens both when using the Export wizard, and when using
PluginBuilder.

Any help is greatly appreciated.

--
With kind regards,
Uwe Kubosch
Kubosch Consulting
Norway


_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev




--
Cheers,

~ Chris Aniszczyk

Back to the top