summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-12-19 11:27:04 +0000
committerRobert Gemmell <robbie@apache.org>2012-12-19 11:27:04 +0000
commit0e030a0ea4f92b588a93f530313f922493888b77 (patch)
tree6db5253881322b5b80db5700d9efa799113a76da /java/broker
parent4360697db706a71ba93e475013bc20f65c7533c0 (diff)
downloadqpid-python-0e030a0ea4f92b588a93f530313f922493888b77.tar.gz
QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it being included in the binary produced by 'ant release'.
Updates the 'if' conditional on the copy target for compatibility with Ant versions < 1.7.1. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1423829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml
index 3c4a7d81c6..8581b7c639 100644
--- a/java/broker/build.xml
+++ b/java/broker/build.xml
@@ -56,7 +56,7 @@
<target name="release-bin-copy-broker-plugins" description="copy broker-plugins into module release">
<copy todir="${module.release}/lib/plugins" failonerror="true">
- <fileset dir="${build.lib.broker.plugins}"/>
+ <fileset dir="${build.scratch.broker.plugins.lib}"/>
</copy>
</target>