diff options
| author | Ted Ross <tross@apache.org> | 2009-06-11 15:54:37 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-11 15:54:37 +0000 |
| commit | 641f048cb8b86be0304441a6227759d7ad420ff3 (patch) | |
| tree | e450e074085d41a476a3c2d6daafcfe99183a60f /qpid/java/build.xml | |
| parent | 91f06a93d86eff2a597347dc2f15b2431eb0feae (diff) | |
| download | qpid-python-641f048cb8b86be0304441a6227759d7ad420ff3.tar.gz | |
QPID-1786 - Committed qmf patches from Bryan Kearney
Additionally updated existing qmf and Qman to be compatible.
The magic number for qmf messages has been incremented.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783818 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 3b70707e61..530d220d54 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -22,7 +22,7 @@ <import file="common.xml"/> - <property name="modules.core" value="junit-toolkit common broker client tools"/> + <property name="modules.core" value="junit-toolkit common broker client tools agent"/> <property name="modules.examples" value="client/example"/> <property name="modules.tests" value="systests perftests integrationtests testkit"/> <property name="modules.management" value="management/common management/client management/eclipse-plugin"/> |
