summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorLahiru Gunathilake <lahiru@apache.org>2008-10-08 17:55:40 +0000
committerLahiru Gunathilake <lahiru@apache.org>2008-10-08 17:55:40 +0000
commitdbd3efca7000974a6f22ba8898df77cebaaa88a8 (patch)
tree2bd39921f9fab32dd798fafa75a220c70078c8b0 /java/build.xml
parent2f747f62dd8c71e41675b4ea6de0385604e81d75 (diff)
downloadqpid-python-dbd3efca7000974a6f22ba8898df77cebaaa88a8.tar.gz
change the build according to bind with management console.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702940 13f79535-47bb-0310-9956-ffa450edef68
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}"/>