diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:45:21 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:45:21 +0000 |
| commit | acfdb12db461549d7886ab5049e6da7ed8551053 (patch) | |
| tree | 584438f558d6dd01ffc13ba57c22a5271f4ac787 /qpid/java/build.xml | |
| parent | 88cd0e14d9c8b981da2424aec1f205acc37b2782 (diff) | |
| download | qpid-python-acfdb12db461549d7886ab5049e6da7ed8551053.tar.gz | |
QPID-1343: added build scripts for management/client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703270 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 c704aff43a..5117ceba0c 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/eclipse-plugin"/> + <property name="modules.management" value="management/client management/eclipse-plugin"/> <property name="modules.plugin" value="broker-plugins"/> <property name="modules.management.tools" value="management/tools/qpid-cli"/> <property name="modules" value="${modules.core} |
