summaryrefslogtreecommitdiff
path: root/qpid/java/broker/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker/build.xml')
-rw-r--r--qpid/java/broker/build.xml4
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"/>