diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-12-19 11:27:04 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-12-19 11:27:04 +0000 |
| commit | 00630b0d1f8b128c740e2753ee7bfb954b10821f (patch) | |
| tree | 3dba30fc5eb487f42ec440751456e2646097d60a /qpid/java/common.xml | |
| parent | db23b12c9aa268a0d4b8f727b452e59075f584d2 (diff) | |
| download | qpid-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/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 8a4e0b81a7..ce5693fd28 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -45,7 +45,7 @@ <property name="build.report" location="${build}/report"/> <property name="build.release" location="${build}/release"/> <property name="build.release.prepare" location="${build.release}/prepare"/> - <property name="build.lib.broker.plugins" location="${build}/lib/broker-plugins"/> + <property name="build.scratch.broker.plugins.lib" location="${build.scratch}/broker-plugins/lib"/> <property name="build.coverage.report" location="${build}/coverage/report"/> <property name="build.coverage.src" location="${build}/coverage/src"/> <property name="build.findbugs" location="${build}/findbugs"/> |
