blob: cf17f78ac029a8fb830f7cf60d4cc25e10a545ea [file] [log] [blame]
apply plugin: 'osgi'
jar {
manifest {
version = project.version
name = 'Virgo Web Enterprise Security Integration Classloading Hook'
attributes( 'Bundle-SymbolicName': 'org.eclipse.virgo.web.enterprise.security.openejb.classloading.hook')
attributes( 'Built-By': "Gradle ${gradle.gradleVersion}" )
attributes( 'Fragment-Host': 'system.bundle;extension:="framework"' )
attributes( 'Bundle-RequiredExecutionEnvironment': 'JavaSE-1.6' )
}
}