summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-10-09 21:45:21 +0000
committerRafael H. Schloming <rhs@apache.org>2008-10-09 21:45:21 +0000
commitacfdb12db461549d7886ab5049e6da7ed8551053 (patch)
tree584438f558d6dd01ffc13ba57c22a5271f4ac787 /qpid/java/build.xml
parent88cd0e14d9c8b981da2424aec1f205acc37b2782 (diff)
downloadqpid-python-acfdb12db461549d7886ab5049e6da7ed8551053.tar.gz
QPID-1343: added build scripts for management/client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index c704aff43a..5117ceba0c 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -25,7 +25,7 @@
<property name="modules.core" value="junit-toolkit common broker client tools"/>
<property name="modules.examples" value="client/example"/>
<property name="modules.tests" value="systests perftests integrationtests testkit"/>
- <property name="modules.management" value="management/eclipse-plugin"/>
+ <property name="modules.management" value="management/client management/eclipse-plugin"/>
<property name="modules.plugin" value="broker-plugins"/>
<property name="modules.management.tools" value="management/tools/qpid-cli"/>
<property name="modules" value="${modules.core}