2010-10-09 14:44:08 -04:00
|
|
|
dependencies {
|
2012-03-09 14:34:02 -05:00
|
|
|
compile project( ':hibernate-core' )
|
2012-08-08 05:09:11 -04:00
|
|
|
compile( libraries.ehcache )
|
2012-03-09 14:34:02 -05:00
|
|
|
|
|
|
|
testCompile project( ':hibernate-testing' )
|
2011-05-30 12:52:01 -04:00
|
|
|
}
|
2013-01-23 18:22:03 -05:00
|
|
|
|
2013-04-16 19:25:20 -04:00
|
|
|
def pomName() {
|
|
|
|
return 'Hibernate/Ehcache Integration'
|
|
|
|
}
|
|
|
|
|
|
|
|
def pomDescription() {
|
|
|
|
return 'Integration for Ehcache into Hibernate as a second-level caching service'
|
|
|
|
}
|
|
|
|
|
2013-01-23 18:22:03 -05:00
|
|
|
jar {
|
|
|
|
manifest {
|
|
|
|
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
|
|
|
|
}
|
|
|
|
}
|