summaryrefslogtreecommitdiff
path: root/qpid/java/broker/build.xml
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
commit00630b0d1f8b128c740e2753ee7bfb954b10821f (patch)
tree3dba30fc5eb487f42ec440751456e2646097d60a /qpid/java/broker/build.xml
parentdb23b12c9aa268a0d4b8f727b452e59075f584d2 (diff)
downloadqpid-python-00630b0d1f8b128c740e2753ee7bfb954b10821f.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@1423829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/build.xml')
-rw-r--r--qpid/java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index 3c4a7d81c6..8581b7c639 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/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>