Fixed build order.

This commit is contained in:
Mattias Hellborg Arthursson
2013-09-02 07:35:07 +02:00
parent 2f5359b2bc
commit 2b4835fd50

View File

@@ -2,10 +2,15 @@ rootProject.name = 'spring-ldap'
include 'core'
include 'core-tiger'
include 'test-support'
include 'ldif/ldif-batch'
include 'ldif/ldif-core'
include 'odm'
include 'sandbox'
include 'test/integration-tests'
include 'test/integration-tests-openldap'
include 'test/integration-tests-sunone'
include 'test/integration-tests-ad'
include 'samples/article'
include 'samples/article-spring20'
include 'samples/article-spring30'
@@ -13,11 +18,6 @@ include 'samples/demos/demo'
include 'samples/demos/demo-tiger'
include 'samples/samples-utils'
include 'samples/simple-odm'
include 'test-support'
include 'test/integration-tests'
include 'test/integration-tests-openldap'
include 'test/integration-tests-sunone'
include 'test/integration-tests-ad'
rootProject.children.each { p->
def name = p.name