summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-16 21:03:24 +0000
committerTed Ross <tross@apache.org>2009-06-16 21:03:24 +0000
commit81446d4fe1f90b6c59f3940c7eae0f0d60314ffe (patch)
tree503fc27a5c92d926eabb5fc1d1a0d212b7c4825a /qpid/java/build.xml
parentbf96051a1c81fd6a6384b5c249cc827f6cb1f38c (diff)
downloadqpid-python-81446d4fe1f90b6c59f3940c7eae0f0d60314ffe.tar.gz
QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@785400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 530d220d54..beaaf7fed7 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -22,10 +22,10 @@
<import file="common.xml"/>
- <property name="modules.core" value="junit-toolkit common broker client tools agent"/>
+ <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"/>
+ <property name="modules.management" value="management/common management/client management/eclipse-plugin management/agent"/>
<property name="modules.plugin" value="broker-plugins"/>
<property name="modules.management.tools" value="management/tools/qpid-cli"/>
<property name="modules" value="${modules.core}