diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-04-04 21:10:07 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-04-04 21:10:07 +0000 |
| commit | e70c313cebf1c11ef77b32c0766a69a2d66cd134 (patch) | |
| tree | ab7be312ee56b53ed17bcac0f0565c485a5a6fd4 /qpid/java/build.xml | |
| parent | 2db8073cfd87aff6ac64de3128f1ebb2952ca0db (diff) | |
| download | qpid-python-e70c313cebf1c11ef77b32c0766a69a2d66cd134.tar.gz | |
QPID-3933 : [Java] Add interim AMQP 1-0 implementation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309594 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 6728662d85..088ee8e0be 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -26,7 +26,7 @@ <findSubProjects name="client-plugins" dir="client-plugins"/> <findSubProjects name="management" dir="management" excludes="common,example"/> - <property name="modules.core" value="common management/common broker client tools"/> + <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.tests" value="systests"/> <property name="modules.management" value="${management}"/> |
