diff options
| author | Ted Ross <tross@apache.org> | 2009-06-22 17:44:12 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-22 17:44:12 +0000 |
| commit | e8c3ed2fbf32fefcd012cc4ac865ff2675aea3e7 (patch) | |
| tree | aea579c113def3d166727ff2d730b31f4bafc048 /qpid/java/build.xml | |
| parent | 129e4cb4ee8f66a40a17f42bc8186331eb62f7f8 (diff) | |
| download | qpid-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.xml | 2 |
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} |
