OK thanks René

It should be nice too if the content of the included manifest file will be
merged with the entries generated by the Gradle OSGI Plugin. If you specify
an entry in your own manifest file it will override the value generated by
Gradle OSGI Plugin.


So, It will be fine with the following elements:
usePlugin('java')
usePlugin('osgi')
project.archive_jar.manifest = new GradleManifest(
                         new Manifest(
                                new 
File('./src/main/resources/META-INF/MANIFEST.MF').newInputStream())) 

configure(project.archive_jar.osgi) {
      instruction 'Bundle-Vendor', 'MyCompany'
}

-- 
View this message in context: 
http://www.nabble.com/The-Gradle-OSGi-plugin-for-Eclipse-RCP-applications-tp22104286p22109982.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to