You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by no...@apache.org on 2005/07/13 11:54:16 UTC

svn commit: r216130 - /gump/metadata/project/checkstyle.xml

Author: (unknown)
Date: Wed Jul 13 02:54:15 2005
New Revision: 216130

URL: http://svn.apache.org/viewcvs?rev=216130&view=rev
Log:
checkstyle introduces new dependencies for tests that haven't worked for many moons anyway.  Drop the test project

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/checkstyle.xml?rev=216130&r1=216129&r2=216130&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Jul 13 02:54:15 2005
@@ -62,31 +62,4 @@
          to="checkstyle-devel@sourceforge.net"/>
   </project>
   
-  <!--
-  	This project is for testing checkstyle upon it's
-  	dependencies, however it could be used by any project
-  	that wished to depend upon checkstyle IFF it passes
-  	it's unit tests. Theoretically possible...
-  -->
-  <project name="checkstyle-test">
-    <package>com.puppycrawl.tools.checkstyle</package>
-  
-    <ant target="gump.setup,run.tests">
-      <property name="version" value="@@DATE@@"/>
-    </ant>
-
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xalan"/>
-    <depend project="xml-apis"/>
-    <depend project="xml-xerces"/>
-    <depend project="checkstyle" inherit="runtime"/>
-    <depend project="junit"/>
-    
-    <work nested="target/checkstyle"/>
-    <work nested="target/tests"/>
-
-	<nag from="Conor MacNeill &lt;conor@apache.org&gt;"
-         to="checkstyle-devel@sourceforge.net"/>
-  </project>
-  
 </module>