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 | e7ceead683231ef2cb35a6ee70488e859f023d12 (patch) | |
| tree | c2f0a312bb3b57ab6c65d7d3c0fbfcae2d32fe60 /java/build.xml | |
| parent | e0389bd4dc0acbb764e2e85f2ba7272139798cea (diff) | |
| download | qpid-python-e7ceead683231ef2cb35a6ee70488e859f023d12.tar.gz | |
QPID-1343: added build scripts for management/client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index c704aff43a..5117ceba0c 100644 --- a/java/build.xml +++ b/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} |
