summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 4cf91340dc..5ac4b03a03 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -26,12 +26,17 @@
<findSubProjects name="client-plugins" dir="client-plugins"/>
<findSubProjects name="management" dir="management" excludes="common,example"/>
+ <property name="optional" value="false"/>
+ <property name="modules.opt.default" value="bdbstore perftests/visualisation-jfc"/>
+ <condition property="modules.opt" value="" else="${modules.opt.default}">
+ <isfalse value="${optional}"/>
+ </condition>
+
<property name="modules.core" value="common management/common amqp-1-0-common broker client amqp-1-0-client amqp-1-0-client-jms tools"/>
<property name="modules.examples" value="client/example management/example"/>
<property name="modules.tests" value="systests perftests"/>
<property name="modules.management" value="${management}"/>
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
- <property name="modules.opt" value=""/>
<property name="modules.jca" value="jca"/>
<property name="modules" value="${modules.core} ${modules.examples}
${modules.management} ${modules.jca} ${modules.tests} ${modules.plugin} ${modules.opt}"/>