akhikhl / wuff

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

How to add One-Jar-Expand in multi-project configuration? #76

Open anderslindgren opened 9 years ago

anderslindgren commented 9 years ago

Hi,

I would like to use the One-Jar-Expand feature together with Wuff. Is there an obvious way I can do that that I have missed?

Accoring to OneJar you should add the One-Jar-Expand attribute to the (I'm guessing) outer jar file's META-INF/MANIFEST.MF file. I would like to do so from the build.gradle file, or any other way will do, but cannot find a description on how to do it.

Thanks for a nice tool. Keep up the good work!

Regards /Anders