diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-10-26 10:47:35 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-10-26 10:47:35 +0000 |
| commit | baae1c60270e43cd4fbf781d505261902421de18 (patch) | |
| tree | a2663d0664b974a23afec30de8528f1d44a72a2c /qpid/java/build.xml | |
| parent | f2d568fc618748c5381425676a417485bb5bfbb8 (diff) | |
| download | qpid-python-baae1c60270e43cd4fbf781d505261902421de18.tar.gz | |
QPID-4396 : [Java AMQP 1.0] move examples into sub-module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1402462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 7f51cb64c0..110d91852d 100644 --- a/qpid/java/build.xml +++ b/qpid/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"/> |
