diff options
-rw-r--r-- | java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index cb43754435..b746cd0f71 100644 --- a/java/build.xml +++ b/java/build.xml @@ -22,7 +22,7 @@ <import file="common.xml"/> - <property name="modules.core" value="common client broker"/> + <property name="modules.core" value="common broker client"/> <property name="modules.tests" value="systests perftests integrationtests"/> <property name="modules.management" value="management/eclipse-plugin"/> |