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 | efe7c8fb6ddd5cd7fa5881ca960a8ec92098887b (patch) | |
| tree | d424048b80da202d7aec5430ceb7a16f27884e6a /qpid/java/broker-plugins/management-http | |
| parent | 5f281d36e17aa861767029f4dc5eefd7f1d1c559 (diff) | |
| download | qpid-python-efe7c8fb6ddd5cd7fa5881ca960a8ec92098887b.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@1412359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/management-http')
| -rw-r--r-- | qpid/java/broker-plugins/management-http/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/broker-plugins/management-http/build.xml b/qpid/java/broker-plugins/management-http/build.xml index 73fc3eb53a..734d762f17 100644 --- a/qpid/java/broker-plugins/management-http/build.xml +++ b/qpid/java/broker-plugins/management-http/build.xml @@ -24,6 +24,8 @@ <property name="module.genpom" value="true" /> <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker=provided" /> + <property name="broker.plugin" value="true"/> + <property name="broker-plugins-management-http.libs" value="" /> <import file="../../module.xml" /> |
