diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-11-21 23:27:07 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-11-21 23:27:07 +0000 |
| commit | c7036eaaac1a7ddd191e27147ee1afc25e5422ff (patch) | |
| tree | e8bba5682816299b87960507899368a568a1f506 /java/common.xml | |
| parent | 8384bda6b89d5ebff1140a9f794b6f76469493d0 (diff) | |
| download | qpid-python-c7036eaaac1a7ddd191e27147ee1afc25e5422ff.tar.gz | |
QPID-4456: ensure the broker plugins get packaged in the release binary and added to the classpath. Create opt directory for later use by users and update docs accordingly.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1412359 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 3ea685fa52..2360dcddb7 100644 --- a/java/common.xml +++ b/java/common.xml @@ -42,7 +42,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.plugins" location="${build}/lib/plugins"/> + <property name="build.lib.broker.plugins" location="${build}/lib/broker-plugins"/> <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"/> |
