summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 8651404cb7..b8441af3a5 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -22,15 +22,15 @@
<import file="common.xml"/>
-
<findSubProjects name="broker-plugins" dir="broker-plugins"/>
+ <findSubProjects name="client-plugins" dir="client-plugins" erroronmissingdir="false"/>
<findSubProjects name="management" dir="management" excludes="common,example"/>
<property name="modules.core" value="junit-toolkit common management/common broker client tools"/>
<property name="modules.examples" value="client/example management/example"/>
<property name="modules.tests" value="systests perftests integrationtests testkit"/>
<property name="modules.management" value="${management}"/>
- <property name="modules.plugin" value="${broker-plugins}"/>
+ <property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
<property name="modules" value="${modules.core} ${modules.examples}
${modules.management} ${modules.tests} ${modules.plugin}"/>