hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle

13 lines
302 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
2012-08-08 05:53:17 -04:00
compile( libraries.ehcache )
testCompile project( ':hibernate-testing' )
}
2013-02-08 19:02:11 -05:00
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
instruction 'Bundle-SymbolicName', 'org.hibernate.ehcache'
}
}