diff options
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index 440c361a29..5b00f630d1 100644 --- a/java/build.xml +++ b/java/build.xml @@ -23,10 +23,11 @@ <import file="common.xml"/> <property name="modules.core" value="common broker client"/> + <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" value="${modules.core} ${modules.tests} ${modules.management}"/> + <property name="modules" value="${modules.core} ${modules.examples} ${modules.tests} ${modules.management}"/> <property name="qpid.jar" location="${build.lib}/qpid-incubating.jar"/> <basename property="qpid.jar.name" file="${qpid.jar}"/> |
