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
commitb6352739b08065beee4eadf2aedd0d106649e5b2 (patch)
treef9c5fbe97e3574e40dc33e103c61ec92233bf3d4 /java/build.xml
parentd84c3713e170e5890453e1f6b09532affca56917 (diff)
downloadqpid-python-b6352739b08065beee4eadf2aedd0d106649e5b2.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=""/>