2013-01-23 18:22:03 -05:00
|
|
|
dependencies {
|
|
|
|
compile( project( ':hibernate-core' ) )
|
|
|
|
compile( project( ':hibernate-entitymanager' ) )
|
2013-04-04 13:54:31 -04:00
|
|
|
compile( "org.osgi:org.osgi.core:4.3.0" )
|
2013-01-23 18:22:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
jar {
|
|
|
|
manifest {
|
|
|
|
instruction 'Bundle-Activator', 'org.hibernate.osgi.HibernateBundleActivator'
|
|
|
|
instruction 'Bundle-Description', 'Hibernate ORM OSGi'
|
|
|
|
instruction 'Bundle-SymbolicName', 'org.hibernate.osgi'
|
|
|
|
}
|
|
|
|
}
|