views:

28

answers:

1

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?

A: 

You can do that if you are using a feature to wrap your plug-ins. The fragment.xml editor has an option for that: alt text

wwerner