diff options
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/java/build.xml | 4 | ||||
| -rw-r--r-- | qpid/java/systests/build.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index ccca115c9d..f40da460b0 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -29,8 +29,8 @@ <property name="modules.plugin" value="broker-plugins"/> <property name="modules.management.tools" value="management/tools/qpid-cli"/> <property name="modules" value="${modules.core} - ${modules.plugin} ${modules.examples} ${modules.tests} - ${modules.management} ${modules.management.tools}"/> + ${modules.plugin} ${modules.examples} + ${modules.management} ${modules.management.tools} ${modules.tests}"/> <property name="qpid.jar" location="${build.lib}/qpid-all.jar"/> <basename property="qpid.jar.name" file="${qpid.jar}"/> diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index 1e44116119..ac3c77e4a3 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -20,7 +20,7 @@ nn - or more contributor license agreements. See the NOTICE file --> <project name="System Tests" default="build"> - <property name="module.depends" value="client management/common broker broker/test common junit-toolkit"/> + <property name="module.depends" value="client management/tools/qpid-cli management/eclipse-plugin management/common broker broker/test common junit-toolkit"/> <property name="module.test.src" location="src/main/java"/> <property name="module.test.excludes" value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/> |
