summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-09-24 20:16:00 +0000
committerRobert Gemmell <robbie@apache.org>2011-09-24 20:16:00 +0000
commit4f16012afa83507eca6400ec4e912fef19483a49 (patch)
tree0a9ee4d437af65c0b07032a8dc7456fa3017a30c /qpid/java/build.xml
parent17c0147dc010adc05aa503c2e907ca722d7b32b4 (diff)
downloadqpid-python-4f16012afa83507eca6400ec4e912fef19483a49.tar.gz
QPID-3504: add the Java broker bdbstore to the build as an optional module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1175235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 84baa4237e..1118822b14 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -22,6 +22,8 @@
<import file="common.xml"/>
+ <property file="${project.root}/build.overrides"/>
+
<findSubProjects name="broker-plugins" dir="broker-plugins"/>
<findSubProjects name="client-plugins" dir="client-plugins"/>
<findSubProjects name="management" dir="management" excludes="common,example"/>
@@ -31,8 +33,9 @@
<property name="modules.tests" value="systests perftests integrationtests testkit"/>
<property name="modules.management" value="${management}"/>
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
+ <property name="modules.opt" value=""/>
<property name="modules" value="${modules.core} ${modules.examples}
- ${modules.management} ${modules.tests} ${modules.plugin}"/>
+ ${modules.management} ${modules.tests} ${modules.plugin} ${modules.opt}"/>
<property name="qpid.jar" location="${build.lib}/qpid-all.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>