summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-01-07 13:32:59 +0000
committerAidan Skinner <aidan@apache.org>2009-01-07 13:32:59 +0000
commit400cf393e1a7758d7e08093fcb62bfbd1e8881a3 (patch)
treef52957f2f9ffc306c2d41b59a0edaec675168f1d /qpid/java/build.xml
parentde26a37fe587e9ddd8814c0fb9193617daf5dbc5 (diff)
downloadqpid-python-400cf393e1a7758d7e08093fcb62bfbd1e8881a3.tar.gz
QPID-1539: add management/common module. Move SASL and login code there.
Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index cea9b34b0e..a97a775e08 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/client management/eclipse-plugin"/>
+ <property name="modules.management" value="management/common 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}