summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-07-11 17:16:16 +0000
committerRobert Gemmell <robbie@apache.org>2009-07-11 17:16:16 +0000
commit165e64979e09cbc2a1812623d1ff0a56046af3f7 (patch)
tree232facb5963305fabbaa7ce36aa12a045246c478 /qpid/java/build.xml
parent458c517069481fe2ef82d1b21c97efc79f3b9b83 (diff)
downloadqpid-python-165e64979e09cbc2a1812623d1ff0a56046af3f7.tar.gz
QPID-1927: move mbean interfaces to management-common, make broker module depend on management-common, modify build system to copy management-common.jar when required (eg for binary releases).
QPID-1928: remove unused AMQException throws clause and import from ManagedQueue,UserManagement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index bd30467a9b..155fef8656 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"/>
+ <property name="modules.core" value="junit-toolkit common management/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 management/agent management/console"/>
+ <property name="modules.management" value="management/client management/eclipse-plugin management/agent management/console"/>
<property name="modules.plugin" value="broker-plugins"/>
<property name="modules.management.tools" value="management/tools/qpid-cli"/>
<property name="modules" value="${modules.core}