Author: robbie
Date: Sat Mar 3 15:29:06 2012
New Revision: 1296639
URL: http://svn.apache.org/viewvc?rev=1296639&view=rev
Log:
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.
Removed:
qpid/trunk/qpid/java/testkit/
Modified:
qpid/trunk/qpid/java/build.xml
Modified: qpid/trunk/qpid/java/build.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=1296639&r1=1296638&r2=1296639&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Sat Mar 3 15:29:06 2012
@@ -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=""/>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]