summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2012-10-26 10:47:35 +0000
committerRobert Godfrey <rgodfrey@apache.org>2012-10-26 10:47:35 +0000
commitd576a48c1c97c92123c2e4ec515e455aaad3dea9 (patch)
tree5932e917d61020ee98588baec516ff5988ab5112 /java/build.xml
parentf471422a7b736bbd074649ec1fa8e8e036978abc (diff)
downloadqpid-python-d576a48c1c97c92123c2e4ec515e455aaad3dea9.tar.gz
QPID-4396 : [Java AMQP 1.0] move examples into sub-module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1402462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 7f51cb64c0..110d91852d 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -32,7 +32,7 @@
</condition>
<property name="modules.core" value="common management/common amqp-1-0-common broker client amqp-1-0-client amqp-1-0-client-jms tools"/>
- <property name="modules.examples" value="client/example management/example"/>
+ <property name="modules.examples" value="client/example management/example amqp-1-0-client/example amqp-1-0-client-jms/example"/>
<property name="modules.tests" value="systests perftests"/>
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
<property name="modules.jca" value="jca"/>