summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-22 17:44:12 +0000
committerTed Ross <tross@apache.org>2009-06-22 17:44:12 +0000
commite8c3ed2fbf32fefcd012cc4ac865ff2675aea3e7 (patch)
treeaea579c113def3d166727ff2d730b31f4bafc048 /qpid/java/build.xml
parent129e4cb4ee8f66a40a17f42bc8186331eb62f7f8 (diff)
downloadqpid-python-e8c3ed2fbf32fefcd012cc4ac865ff2675aea3e7.tar.gz
QPID-1933 - Patch from Bryan Kearney
QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787325 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 beaaf7fed7..db3ba05d29 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/common management/client management/eclipse-plugin management/agent"/>
+ <property name="modules.management" value="management/common management/client management/eclipse-plugin management/agent management/console"/>
<property name="modules.plugin" value="broker-plugins"/>
<property name="modules.management.tools" value="management/tools/qpid-cli"/>
<property name="modules" value="${modules.core}