summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker-plugins/management-http/build.xml')
-rw-r--r--qpid/java/broker-plugins/management-http/build.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/qpid/java/broker-plugins/management-http/build.xml b/qpid/java/broker-plugins/management-http/build.xml
index bfcefee411..b792cb292e 100644
--- a/qpid/java/broker-plugins/management-http/build.xml
+++ b/qpid/java/broker-plugins/management-http/build.xml
@@ -17,9 +17,23 @@
- under the License.
-->
<project name="Qpid Broker-Plugins Management HTTP" default="build">
+
+ <condition property="systests.optional.depends" value="bdbstore" else="">
+ <or>
+ <and>
+ <contains string="${modules.opt}" substring="bdbstore"/>
+ <contains string="${profile}" substring="bdb"/>
+ </and>
+ <and>
+ <istrue value="${optional}"/>
+ <contains string="${profile}" substring="bdb"/>
+ </and>
+ </or>
+ </condition>
+
<property name="module.depends" value="common broker" />
- <property name="module.test.depends" value="test broker/test common/test management/common" />
-
+ <property name="module.test.depends" value="systests test broker/test common/test management/common client ${systests.optional.depends}" />
+
<property name="module.manifest" value="MANIFEST.MF" />
<property name="module.plugin" value="true" />
<property name="module.genpom" value="true"/>