My eclipse plug-in must be unpacked.
How can I enforce the installer to unpack it?
Will it be unpacked if the jar file is simply dropped into the plugins
folder?
My eclipse plug-in must be unpacked.
How can I enforce the installer to unpack it?
Will it be unpacked if the jar file is simply dropped into the plugins
folder?
This can be chosen when configuring the feature including the plugin. Go to the plugin list, select your plugin and check "Unpack the plug-in archive after installation".
Arguably, this property should be defined by the plugin itself. There's a bug report about that https://bugs.eclipse.org/bugs/show_bug.cgi?id=157562
regards, Vlad
You can set the Eclipse-BundleShape value in your MANIFEST.MF file to either jar (the default) or dir. If set to dir, it is deploy unpacked.
Eclipse-BundleShape: dir
http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape