HHH-8779 corrected bundle symbolic name
This commit is contained in:
parent
7ac0ad0537
commit
0257bb497e
|
@ -13,6 +13,5 @@ dependencies {
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM C3P0'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.c3p0'
|
||||
}
|
||||
}
|
|
@ -40,7 +40,6 @@ manifest.mainAttributes(
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM Core'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.core'
|
||||
|
||||
instruction 'Import-Package',
|
||||
'javax.security.auth;resolution:=optional',
|
||||
|
|
|
@ -8,6 +8,5 @@ dependencies {
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.ehcache'
|
||||
}
|
||||
}
|
|
@ -19,7 +19,6 @@ dependencies {
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM JPA Entity Manager'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.entitymanager'
|
||||
|
||||
// A cdi-api OSGi bundle does not currently exist. For now, explicitly
|
||||
// ignore its packages. This will only cause issues if an app tries
|
||||
|
|
|
@ -40,7 +40,6 @@ compileJava.dependsOn generateJpaMetamodelClasses
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM Envers'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.envers'
|
||||
|
||||
instruction 'Import-Package',
|
||||
// optionals
|
||||
|
|
|
@ -45,6 +45,5 @@ artifacts.archives sourcesTestJar
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM Infinispan'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.infinispan'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,5 @@ jar {
|
|||
manifest {
|
||||
instruction 'Bundle-Activator', 'org.hibernate.osgi.HibernateBundleActivator'
|
||||
instruction 'Bundle-Description', 'Hibernate ORM OSGi'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.osgi'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,5 @@ dependencies {
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM Proxool'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.proxool'
|
||||
}
|
||||
}
|
|
@ -13,6 +13,5 @@ dependencies {
|
|||
jar {
|
||||
manifest {
|
||||
instruction 'Bundle-Description', 'Hibernate ORM Testing'
|
||||
instruction 'Bundle-SymbolicName', 'org.hibernate.testing'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue