diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-07-08 15:28:32 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-07-08 15:28:32 +0000 |
| commit | 961d36e600fab24b35c6920481a55f8d022f9c85 (patch) | |
| tree | 2413a02b2df1ef076f529c4def5b30fbd6777a79 /qpid/java/systests | |
| parent | 1b245e3abac8908522f478aab6ab0aa19bb6b668 (diff) | |
| download | qpid-python-961d36e600fab24b35c6920481a55f8d022f9c85.tar.gz | |
QPID-3998, QPID-3999, QPID-4093: rename new plugins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1358757 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 d8ca018ca0..0ad5d3295c 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -32,7 +32,7 @@ nn - or more contributor license agreements. See the NOTICE file </or> </condition> - <property name="module.depends" value="client management/common broker broker/test common amqp-1-0-common common/test jca broker-plugins/management ${systests.optional.depends}"/> + <property name="module.depends" value="client management/common broker broker/test common amqp-1-0-common common/test jca broker-plugins/management-http ${systests.optional.depends}"/> <property name="module.test.src" location="src/main/java"/> <property name="module.test.excludes" value="**/DropInTest.java,**/TestClientControlledTest.java"/> |
