Author: kkolinko
Date: Mon Jul 24 12:39:29 2017
New Revision: 1802803

URL: http://svn.apache.org/viewvc?rev=1802803&view=rev
Log:
Followup to BZ 61316 fix. Change comment to correct a typo.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1802803&r1=1802802&r2=1802803&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 24 12:39:29 2017
@@ -285,7 +285,7 @@
     <include name="**/*.xml"/>
     <include name="**/*.xsd"/>
     <include name="**/*.xsl"/>
-    <!-- Exclude files that aren't encoding using ISO-8859-1    -->
+    <!-- Exclude files that use 16-bit encodings. -->
     <!-- This prevents fixcrlf corrupting them during a release -->
     <exclude name="**/bom-none-prolog-utf16?e.jspx"/>
     <exclude name="**/bom-utf16?e-prolog-*.jsp*"/>



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

Reply via email to