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 | 240358bf1ded2bc076e96892592e0028f5c277c4 (patch) | |
| tree | cb617e2c08b5d7eea7e44d878357876ad946cd9f /java/build.xml | |
| parent | d2943eea6c164a2c520c4c0ed7fb134997d08d1c (diff) | |
| download | qpid-python-240358bf1ded2bc076e96892592e0028f5c277c4.tar.gz | |
added tools module to the main build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index d639ae0e34..8ba7456c55 100644 --- a/java/build.xml +++ b/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"/> |
