summaryrefslogtreecommitdiff
path: root/qpid/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
commit9ceb93486900099b1e9bed375cea8316165ef529 (patch)
tree68146c5026347267fa6443dd7ca46f19ad4b30e0 /qpid/java/build.xml
parent267674ed762620900d2343f5dcdd5b18733708c6 (diff)
downloadqpid-python-9ceb93486900099b1e9bed375cea8316165ef529.tar.gz
change the build according to bind with management console.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@702940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 69dcd4d5c0..c704aff43a 100644
--- a/qpid/java/build.xml
+++ b/qpid/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}"/>