summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-13 17:13:45 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-13 17:13:45 +0000
commit277932f6af50dc333021801df93a703a109122c9 (patch)
tree80e1bf79fff7cdcc5c7d4509b9ee42341e7abf80 /qpid/java/build.xml
parentc34a252326bce7ed9051dc7aa50b7fb791c5b939 (diff)
downloadqpid-python-277932f6af50dc333021801df93a703a109122c9.tar.gz
added client/example to the build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 440c361a29..5b00f630d1 100644
--- a/qpid/java/build.xml
+++ b/qpid/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}"/>