summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 2094c50b9b..5a5db734f6 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -26,8 +26,9 @@
<property name="modules.examples" value="client/example"/>
<property name="modules.tests" value="systests perftests integrationtests"/>
<property name="modules.management" value="management/eclipse-plugin"/>
+ <property name="modules.plugin" value="broker-plugins"/>
- <property name="modules" value="${modules.core} ${modules.examples} ${modules.tests} ${modules.management}"/>
+ <property name="modules" value="${modules.core} ${modules.plugin} ${modules.examples} ${modules.tests} ${modules.management}"/>
<property name="qpid.jar" location="${build.lib}/qpid-incubating.jar"/>
<basename property="qpid.jar.name" file="${qpid.jar}"/>