hibernate-orm/settings.gradle

17 lines
405 B
Groovy
Raw Normal View History

2010-10-08 21:20:10 -04:00
include 'hibernate-core'
include 'hibernate-entitymanager'
include 'hibernate-envers'
2010-10-08 21:20:10 -04:00
include 'hibernate-c3p0'
include 'hibernate-proxool'
include 'hibernate-ehcache'
include 'hibernate-infinispan'
include 'hibernate-oscache'
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()
}