You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/01/20 05:38:25 UTC

svn commit: r1233755 - /tomcat/trunk/build.xml

Author: kkolinko
Date: Fri Jan 20 04:38:25 2012
New Revision: 1233755

URL: http://svn.apache.org/viewvc?rev=1233755&view=rev
Log:
Revert r1233428.
The issue with tomcat-trunk-validate at Gump is fixed - it did run successfully.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1233755&r1=1233754&r2=1233755&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Jan 20 04:38:25 2012
@@ -439,9 +439,6 @@
   </target>
 
   <target name="validate" depends="download-validate" if="${execute.validate}">
-    <!-- FIXME: Temporary trick to remove stale svn checkout at Gump. 2012-01-19 -->
-    <delete defaultexcludes="false" dir="modules/jdbc-pool/jdbc-pool" includeemptydirs="true" />
-
     <!-- Required so we can cache checkstyle results -->
     <mkdir dir="${tomcat.output}/res/checkstyle"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org