You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/07/24 10:09:31 UTC

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

Author: markt
Date: Mon Jul 24 10:09:31 2017
New Revision: 1802781

URL: http://svn.apache.org/viewvc?rev=1802781&view=rev
Log:
Exclude newly added test file from CheckStyle header check

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1802781&r1=1802780&r2=1802781&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 24 10:09:31 2017
@@ -562,6 +562,7 @@
         <!-- Exclude simple test files -->
         <exclude name="test/webapp/bug53257/**/*.txt"/>
         <exclude name="test/webapp/bug49nnn/bug49464-ibm850.txt"/>
+        <exclude name="test/webapp/bug49nnn/bug49464-utf8-bom.txt"/>
         <exclude name="test/webapp-fragments/WEB-INF/classes/*.txt"/>
         <exclude name="test/webresources/**"/>
         <!-- Exclude test files with unusual encodings -->



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