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 | 491257fe4cddf803b114ca38ab615b5673953d91 (patch) | |
| tree | f9c5fbe97e3574e40dc33e103c61ec92233bf3d4 /java/build.xml | |
| parent | 459e092297296312c1aeb7663028bb1f60b74ed4 (diff) | |
| download | qpid-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.xml | 2 |
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=""/> |
