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 | f5e98a6dfb8c4defe22755340f440e6f16c2559a (patch) | |
| tree | e442af3ec60520a7bab88cab2e07e1b83f9b5468 /java/build.xml | |
| parent | e79f8a1242e5e626db2784ae48ef31a433e7a7d4 (diff) | |
| download | qpid-python-f5e98a6dfb8c4defe22755340f440e6f16c2559a.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/qpid@785400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml index 530d220d54..beaaf7fed7 100644 --- a/java/build.xml +++ b/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} |
