summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-03-03 15:29:06 +0000
committerRobert Gemmell <robbie@apache.org>2012-03-03 15:29:06 +0000
commit491257fe4cddf803b114ca38ab615b5673953d91 (patch)
treef9c5fbe97e3574e40dc33e103c61ec92233bf3d4 /java/build.xml
parent459e092297296312c1aeb7663028bb1f60b74ed4 (diff)
downloadqpid-python-491257fe4cddf803b114ca38ab615b5673953d91.tar.gz
NO-JIRA: delete the testkit module, it contains a single class which is almost entirely commented out, and hasnt been modified since it was left behind 2 years ago when the module contents were moved into the tools module.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1296639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index a77469eff6..54043b3d75 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -28,7 +28,7 @@
<property name="modules.core" value="junit-toolkit common management/common broker client tools"/>
<property name="modules.examples" value="client/example management/example"/>
- <property name="modules.tests" value="systests perftests integrationtests testkit"/>
+ <property name="modules.tests" value="systests perftests integrationtests"/>
<property name="modules.management" value="${management}"/>
<property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/>
<property name="modules.opt" value=""/>