blob: 4b899a842fb3265ad401a8beac994c8a2b138e95 [file] [log] [blame]
configure(subprojects.findAll { !it.name.contains('integrationtest') }) { Project project ->
apply plugin: 'biz.aQute.bnd.builder'
jar.bndfile = "bundle.bnd"
jar.manifest.attributes(
'-classpath': sourceSets.main.output.classesDirs.asPath,
'Bundle-Vendor': 'Eclipse Virgo',
'Bundle-SymbolicName': project.name,
'-removeheaders': 'Bnd-LastModified,Created-By',
)
}