summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-22 17:43:54 +0000
committerTed Ross <tross@apache.org>2009-06-22 17:43:54 +0000
commit160dfd1259052babfd5bbee9384670cebbc796ff (patch)
tree562179e79d34ae5c0a24e5c3caab6468bb775ab2 /java/build.xml
parent72d4e0863b833134cfaf68f0bd0318cbced7349d (diff)
downloadqpid-python-160dfd1259052babfd5bbee9384670cebbc796ff.tar.gz
QPID-1933 - Patch from Bryan Kearney
QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index beaaf7fed7..db3ba05d29 100644
--- a/java/build.xml
+++ b/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}