summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/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
commitdf9178d3e1847ce1449da09f272d4e09b27862b0 (patch)
treeccb3f34552236355a0beab6ac1809f93411265a4 /qpid/java/testkit/build.xml
parenta63e08b4f0181258464f3d17e6a23c8cb0b07063 (diff)
downloadqpid-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/testkit/build.xml')
-rw-r--r--qpid/java/testkit/build.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/qpid/java/testkit/build.xml b/qpid/java/testkit/build.xml
deleted file mode 100644
index 80a3373379..0000000000
--- a/qpid/java/testkit/build.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- -
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you under the Apache License, Version 2.0 (the
- - "License"); you may not use this file except in compliance
- - with the License. You may obtain a copy of the License at
- -
- - http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing,
- - software distributed under the License is distributed on an
- - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- - KIND, either express or implied. See the License for the
- - specific language governing permissions and limitations
- - under the License.
- -
- -->
-<project name="Test Kit" default="build">
-
- <property name="module.depends" value="client common tools"/>
-
- <import file="../module.xml"/>
-
-</project>