diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-07-31 20:35:52 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-31 20:35:52 +0000 |
| commit | b87da3d2adc8ee6de3cf830ba13fa237ac6f37fb (patch) | |
| tree | c4effddc3665b1c08ca4b37742cce5d662a9d635 /qpid/java/build.xml | |
| parent | aea859610e709a0c55f4985e3cc654765ed78646 (diff) | |
| download | qpid-python-b87da3d2adc8ee6de3cf830ba13fa237ac6f37fb.tar.gz | |
added tools module to the main build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681477 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 d639ae0e34..8ba7456c55 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"/> + <property name="modules.core" value="junit-toolkit common broker client tools"/> <property name="modules.examples" value="client/example"/> <property name="modules.tests" value="systests perftests integrationtests testkit"/> <property name="modules.management" value="management/eclipse-plugin"/> |
