diff options
Diffstat (limited to 'java/broker-plugins/experimental/info/build.xml')
-rw-r--r-- | java/broker-plugins/experimental/info/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker-plugins/experimental/info/build.xml b/java/broker-plugins/experimental/info/build.xml index caf4b138a4..c5881aa839 100644 --- a/java/broker-plugins/experimental/info/build.xml +++ b/java/broker-plugins/experimental/info/build.xml @@ -21,7 +21,7 @@ nn - or more contributor license agreements. See the NOTICE file <project name="AMQ Broker Info Plugin" default="build"> <property name="module.depends" value="common broker broker-plugins"/> - <property name="module.test.depends" value="test broker/test management/common client systests"/> + <property name="module.test.depends" value="test broker/test management/common client systests common/test"/> <property name="module.manifest" value="MANIFEST.MF"/> <property name="module.plugin" value="true"/> |