2010-10-08 21:20:10 -04:00
|
|
|
include 'hibernate-core'
|
2010-10-09 14:02:49 -04:00
|
|
|
include 'hibernate-entitymanager'
|
2010-10-09 14:24:27 -04:00
|
|
|
include 'hibernate-envers'
|
2010-10-08 21:20:10 -04:00
|
|
|
|
2010-10-09 14:27:47 -04:00
|
|
|
include 'hibernate-c3p0'
|
2010-10-09 14:31:54 -04:00
|
|
|
include 'hibernate-proxool'
|
2010-10-09 14:27:47 -04:00
|
|
|
|
2010-10-09 14:44:08 -04:00
|
|
|
include 'hibernate-ehcache'
|
2010-10-09 14:55:13 -04:00
|
|
|
include 'hibernate-infinispan'
|
2010-10-09 14:58:02 -04:00
|
|
|
include 'hibernate-oscache'
|
2010-10-09 15:01:09 -04:00
|
|
|
include 'hibernate-swarmcache'
|
2010-10-09 14:44:08 -04:00
|
|
|
|
2010-10-08 21:20:10 -04:00
|
|
|
|
|
|
|
rootProject.children.each { project ->
|
|
|
|
project.buildFileName = "${project.name}.gradle"
|
|
|
|
assert project.projectDir.isDirectory()
|
|
|
|
assert project.buildFile.isFile()
|
|
|
|
}
|