diff options
| author | Ted Ross <tross@apache.org> | 2009-06-16 21:03:24 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-16 21:03:24 +0000 |
| commit | 81446d4fe1f90b6c59f3940c7eae0f0d60314ffe (patch) | |
| tree | 503fc27a5c92d926eabb5fc1d1a0d212b7c4825a /qpid/java/build.xml | |
| parent | bf96051a1c81fd6a6384b5c249cc827f6cb1f38c (diff) | |
| download | qpid-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.xml | 4 |
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} |
