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.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index e8c9e23a17..bf79b6364b 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -32,9 +32,8 @@
<property name="modules.management" value="${management}"/>
<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.management} ${modules.management.tools} ${modules.tests}"/>
+ <property name="modules" value="${modules.core} ${modules.examples}
+ ${modules.management} ${modules.management.tools} ${modules.tests} ${modules.plugin}"/>
<property name="qpid.jar" location="${build.lib}/qpid-all.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>