diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-07-11 17:16:16 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-07-11 17:16:16 +0000 |
| commit | 165e64979e09cbc2a1812623d1ff0a56046af3f7 (patch) | |
| tree | 232facb5963305fabbaa7ce36aa12a045246c478 /qpid/java/systests | |
| parent | 458c517069481fe2ef82d1b21c97efc79f3b9b83 (diff) | |
| download | qpid-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/systests')
| -rw-r--r-- | qpid/java/systests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index 11af9c21bf..1e44116119 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -20,7 +20,7 @@ nn - or more contributor license agreements. See the NOTICE file --> <project name="System Tests" default="build"> - <property name="module.depends" value="client broker broker/test common junit-toolkit"/> + <property name="module.depends" value="client management/common broker broker/test common junit-toolkit"/> <property name="module.test.src" location="src/main/java"/> <property name="module.test.excludes" value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/> |
