summaryrefslogtreecommitdiff
path: root/java/bdbstore/build.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-02-19 09:35:28 +0000
committerAlex Rudyy <orudyy@apache.org>2013-02-19 09:35:28 +0000
commit83bb1fc2f8f217d63c06ee909aa90da286fedbd5 (patch)
treef9cae6e9e5bf2fed376e77fe4392ed4a337cc58a /java/bdbstore/build.xml
parent7fe2680fc17ff1078807d18fdd536894902d3a2a (diff)
downloadqpid-python-83bb1fc2f8f217d63c06ee909aa90da286fedbd5.tar.gz
QPID-4390: Introduce a configuration store in java broker allowing runtime modifications and replace existing xml file configuration with json configuration store
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/bdbstore/build.xml')
-rw-r--r--java/bdbstore/build.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/bdbstore/build.xml b/java/bdbstore/build.xml
index 8f3123193a..46809f6a90 100644
--- a/java/bdbstore/build.xml
+++ b/java/bdbstore/build.xml
@@ -78,19 +78,4 @@ http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-0868
<target name="build" depends="check-request-props, bdb-jar-required, module.build" />
- <target name="postbuild" depends="copy-store-to-upgrade" />
-
- <target name="copy-store-to-upgrade" description="copy the upgrade tool resource folder contents into the build tree">
- <copy todir="${qpid.home}" failonerror="true">
- <fileset dir="src/test/resources/upgrade"/>
- </copy>
- </target>
-
- <target name="precompile-tests">
- <mkdir dir="${module.test.resources}"/>
- <copy todir="${module.test.resources}">
- <fileset dir="src/test/resources"/>
- </copy>
- </target>
-
</project>