hibernate-orm/settings.gradle

24 lines
539 B
Groovy
Raw Normal View History

2010-10-08 21:20:10 -04:00
include 'hibernate-core'
2011-03-07 17:20:53 -05:00
include 'hibernate-testing'
include 'hibernate-entitymanager'
include 'hibernate-envers'
2010-10-08 21:20:10 -04:00
2013-01-23 18:22:03 -05:00
include 'hibernate-osgi'
include 'hibernate-c3p0'
include 'hibernate-proxool'
include 'hibernate-ehcache'
include 'hibernate-infinispan'
include 'hibernate-gradle-plugin'
include 'enhance-maven-plugin'
include 'documentation'
include 'release'
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()
}