oconnor0
oconnor0

Reputation: 3244

How do I change certain plugins under Eclipse 3.6 product export to deploy as exploded Jars?

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

Answers (1)

wwerner
wwerner

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: alt text

Upvotes: 1

Related Questions