diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-03-03 15:29:06 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-03-03 15:29:06 +0000 |
| commit | df9178d3e1847ce1449da09f272d4e09b27862b0 (patch) | |
| tree | ccb3f34552236355a0beab6ac1809f93411265a4 /qpid/java/build.xml | |
| parent | a63e08b4f0181258464f3d17e6a23c8cb0b07063 (diff) | |
| download | qpid-python-df9178d3e1847ce1449da09f272d4e09b27862b0.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@1296639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index a77469eff6..54043b3d75 100644 --- a/qpid/java/build.xml +++ b/qpid/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=""/> |
