akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
152 stars 51 forks source link

How to configure unpack attribute of plugins in features #96

Open ahfmak opened 9 years ago

ahfmak commented 9 years ago

Hi, I'm new to wuff and gradle in general.

I have successfully built my feature using the eclipse-feature plugin. However, there's one thing I need and that's to set unpack="true" for one of my plugins.

I have not figured out how this can be done. Any help is much appreciated. Thanks.