summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml
index 69dcd4d5c0..c704aff43a 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -27,8 +27,10 @@
<property name="modules.tests" value="systests perftests integrationtests testkit"/>
<property name="modules.management" value="management/eclipse-plugin"/>
<property name="modules.plugin" value="broker-plugins"/>
-
- <property name="modules" value="${modules.core} ${modules.plugin} ${modules.examples} ${modules.tests} ${modules.management}"/>
+ <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}"/>
<property name="qpid.jar" location="${build.lib}/qpid-incubating.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>