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 | 9d7fb4e5957b2a8542016c2e1dd1dbff7b6b2619 (patch) | |
| tree | 6db5253881322b5b80db5700d9efa799113a76da /java/common.xml | |
| parent | acbc9230d2dbe48fea152fc08ec1bf4187acd364 (diff) | |
| download | qpid-python-9d7fb4e5957b2a8542016c2e1dd1dbff7b6b2619.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/common.xml')
| -rw-r--r-- | java/common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common.xml b/java/common.xml index 8a4e0b81a7..ce5693fd28 100644 --- a/java/common.xml +++ b/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"/> |
