summaryrefslogtreecommitdiff
path: root/java/testkit/build.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-11-11 00:17:29 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-11-11 00:17:29 +0000
commit85f88d56dcdc5f49e1c63245f5d0e3e96da5d3f3 (patch)
tree77114b0214358fb0762c90d65102ea963f39774d /java/testkit/build.xml
parent1f74efa4eefa85382ce9f8d55d50f81c274abb05 (diff)
downloadqpid-python-85f88d56dcdc5f49e1c63245f5d0e3e96da5d3f3.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/qpid@834722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/testkit/build.xml')
-rw-r--r--java/testkit/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testkit/build.xml b/java/testkit/build.xml
index 94b97d270d..80a3373379 100644
--- a/java/testkit/build.xml
+++ b/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"/>