summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 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}"/>