Reputation: 3244
I am using Eclipse 3.6 product export to build an Equinox-based OSGi application. I would like to be able to configure some of my plugins to deploy exploded instead of as JARs.
Is there a way to do this?
Upvotes: 0
Views: 238
Reputation: 4327
You can do that if you are using a feature to wrap your plug-ins. The fragment.xml editor has an option for that:
Upvotes: 1