summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-07-20 15:57:58 +0000
committerRobert Gemmell <robbie@apache.org>2012-07-20 15:57:58 +0000
commit94f078dee0a6229429777ddc607c8f5d835fe261 (patch)
tree0298d6f25d81e0f4e426f12a59223959bbc2816e /java/build.xml
parentb869b6106b8ae22679929a78e4547382356c8fa8 (diff)
downloadqpid-python-94f078dee0a6229429777ddc607c8f5d835fe261.tar.gz
QPID-4160: remove the old JMX Management Console
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1363857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/build.xml b/java/build.xml
index a6dc513ee8..7f51cb64c0 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -24,7 +24,6 @@
<findSubProjects name="broker-plugins" dir="broker-plugins"/>
<findSubProjects name="client-plugins" dir="client-plugins"/>
- <findSubProjects name="management" dir="management" excludes="common,example"/>
<property name="optional" value="false"/>
<property name="modules.opt.default" value="bdbstore bdbstore/jmx perftests/visualisation-jfc"/>
@@ -35,11 +34,10 @@
<property name="modules.core" value="common management/common amqp-1-0-common broker client amqp-1-0-client amqp-1-0-client-jms tools"/>
<property name="modules.examples" value="client/example management/example"/>
<property name="modules.tests" value="systests perftests"/>
- <property name="modules.management" value="${management}"/>
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
<property name="modules.jca" value="jca"/>
<property name="modules" value="${modules.core} ${modules.examples}
- ${modules.management} ${modules.jca} ${modules.tests} ${modules.plugin} ${modules.opt}"/>
+ ${modules.jca} ${modules.tests} ${modules.plugin} ${modules.opt}"/>
<property name="qpid.jar" location="${build.lib}/qpid-all.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>