2010-10-08 20:20:10 -05:00
|
|
|
include 'hibernate-core'
|
2011-03-07 16:20:53 -06:00
|
|
|
include 'hibernate-testing'
|
2010-10-09 13:02:49 -05:00
|
|
|
include 'hibernate-entitymanager'
|
2010-10-09 13:24:27 -05:00
|
|
|
include 'hibernate-envers'
|
2010-10-08 20:20:10 -05:00
|
|
|
|
2013-01-23 18:22:03 -05:00
|
|
|
include 'hibernate-osgi'
|
|
|
|
|
2010-10-09 13:27:47 -05:00
|
|
|
include 'hibernate-c3p0'
|
2010-10-09 13:31:54 -05:00
|
|
|
include 'hibernate-proxool'
|
2010-10-09 13:27:47 -05:00
|
|
|
|
2010-10-09 13:44:08 -05:00
|
|
|
include 'hibernate-ehcache'
|
2010-10-09 13:55:13 -05:00
|
|
|
include 'hibernate-infinispan'
|
2011-03-22 23:39:53 +08:00
|
|
|
include 'documentation'
|
2010-10-12 15:39:33 -05:00
|
|
|
include 'release'
|
|
|
|
|
2010-10-08 20:20:10 -05:00
|
|
|
|
|
|
|
rootProject.children.each { project ->
|
|
|
|
project.buildFileName = "${project.name}.gradle"
|
|
|
|
assert project.projectDir.isDirectory()
|
|
|
|
assert project.buildFile.isFile()
|
2011-03-22 23:39:53 +08:00
|
|
|
}
|