views:

386

answers:

2

My eclipse plugin 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?

+1  A: 

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

Vlad Dumitrescu