summaryrefslogtreecommitdiff
path: root/java/broker-plugins
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-11-21 23:27:07 +0000
committerRobert Gemmell <robbie@apache.org>2012-11-21 23:27:07 +0000
commitbe2b90c1c50952ee988ea90e291e186728a42e64 (patch)
treee8bba5682816299b87960507899368a568a1f506 /java/broker-plugins
parent2d1f3754809fc8b566f97afd4ce1b68316ffe23a (diff)
downloadqpid-python-be2b90c1c50952ee988ea90e291e186728a42e64.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/broker-plugins')
-rw-r--r--java/broker-plugins/access-control/build.xml2
-rw-r--r--java/broker-plugins/management-http/build.xml2
-rw-r--r--java/broker-plugins/management-jmx/build.xml2
3 files changed, 6 insertions, 0 deletions
diff --git a/java/broker-plugins/access-control/build.xml b/java/broker-plugins/access-control/build.xml
index 193eac4d3d..4debdcb95a 100644
--- a/java/broker-plugins/access-control/build.xml
+++ b/java/broker-plugins/access-control/build.xml
@@ -23,6 +23,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-access-control.libs" value=""/>
<import file="../../module.xml" />
diff --git a/java/broker-plugins/management-http/build.xml b/java/broker-plugins/management-http/build.xml
index 73fc3eb53a..734d762f17 100644
--- a/java/broker-plugins/management-http/build.xml
+++ b/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" />
diff --git a/java/broker-plugins/management-jmx/build.xml b/java/broker-plugins/management-jmx/build.xml
index 855514987b..9d212cf39a 100644
--- a/java/broker-plugins/management-jmx/build.xml
+++ b/java/broker-plugins/management-jmx/build.xml
@@ -23,6 +23,8 @@
<property name="module.genpom" value="true"/>
<property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker=provided -Sqpid-management-common=provided"/>
+ <property name="broker.plugin" value="true"/>
+
<property name="broker-plugins-management-jmx.libs" value=""/>
<import file="../../module.xml" />