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/19 16:22:17 UTC

svn commit: r1233428 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

Author: kkolinko
Date: Thu Jan 19 15:22:17 2012
New Revision: 1233428

URL: http://svn.apache.org/viewvc?rev=1233428&view=rev
Log:
Temporarily add a command to build.xml to fix tomcat-trunk-validate failures at Gump. I'll remove it tomorrow.
Correct typo in the changelog.

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1233428&r1=1233427&r2=1233428&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Jan 19 15:22:17 2012
@@ -439,6 +439,9 @@
   </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"/>
 

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1233428&r1=1233427&r2=1233428&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jan 19 15:22:17 2012
@@ -54,7 +54,7 @@
         a canonical file. (markt)
       </scode>
       <scode>
-        <bug>51408</bug>: Remove calls to <code>Charset.defaultCharset()</code>
+        <bug>51408</bug>: Replace calls to <code>Charset.defaultCharset()</code>
         with an explicit reference to the ISO-8859-1 Charset. (markt)
       </scode>
     </changelog>



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