Author: markt
Date: Tue Aug 1 07:43:02 2017
New Revision: 1803619
URL: http://svn.apache.org/viewvc?rev=1803619&view=rev
Log:
Exclude bug 49464 test files from Checkstyle because they have no header
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1803619&r1=1803618&r2=1803619&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Aug 1 07:43:02 2017
@@ -566,8 +566,7 @@
<exclude name="java/org/apache/**/parser/Token*.java" />
<!-- 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/bug49nnn/bug49464*"/>
<exclude name="test/webapp-fragments/WEB-INF/classes/*.txt"/>
<exclude name="test/webresources/**"/>
<!-- Exclude test files with unusual encodings -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]