diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-11 00:17:29 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-11 00:17:29 +0000 |
| commit | 5410ea0c71cc084aa8215604af4080bb6b534fb2 (patch) | |
| tree | 53d03778198898948221386d67ffe1a88d1113d9 /qpid/java/testkit/build.xml | |
| parent | b81852ece48447a8b00e3fd2bafe66b044f2bf80 (diff) | |
| download | qpid-python-5410ea0c71cc084aa8215604af4080bb6b534fb2.tar.gz | |
Added the LatencyTest and PerfTest kit under the tools modules alongside QpidBench.
Modified the testkit build.xml to add tools as build dependency as some of the classes in testkit will be using MessageFactory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/build.xml')
| -rw-r--r-- | qpid/java/testkit/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/testkit/build.xml b/qpid/java/testkit/build.xml index 94b97d270d..80a3373379 100644 --- a/qpid/java/testkit/build.xml +++ b/qpid/java/testkit/build.xml @@ -20,7 +20,7 @@ --> <project name="Test Kit" default="build"> - <property name="module.depends" value="client broker common"/> + <property name="module.depends" value="client common tools"/> <import file="../module.xml"/> |
