diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-09-24 20:16:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-09-24 20:16:00 +0000 |
| commit | 4f16012afa83507eca6400ec4e912fef19483a49 (patch) | |
| tree | 0a9ee4d437af65c0b07032a8dc7456fa3017a30c /qpid/java/broker | |
| parent | 17c0147dc010adc05aa503c2e907ca722d7b32b4 (diff) | |
| download | qpid-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/broker')
| -rw-r--r-- | qpid/java/broker/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml index edd71effaa..e733474ef0 100644 --- a/qpid/java/broker/build.xml +++ b/qpid/java/broker/build.xml @@ -76,6 +76,10 @@ <copy todir="${module.release}/lib/plugins" failonerror="true"> <fileset dir="${build.lib}/plugins"/> </copy> + <!--copy optional bdbstore module if it exists --> + <copy todir="${module.release}/lib/" failonerror="false"> + <fileset file="${build.lib}/${project.name}-bdbstore-${project.version}.jar"/> + </copy> </target> <target name="release-bin" depends="release-bin-tasks"/> |
