Author: kkolinko
Date: Fri Jun 1 18:32:08 2012
New Revision: 1345309
URL: http://svn.apache.org/viewvc?rev=1345309&view=rev
Log:
Update exclude rules for RAT report
Modified:
tomcat/trunk/res/rat/rat-excludes.txt
Modified: tomcat/trunk/res/rat/rat-excludes.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/rat/rat-excludes.txt?rev=1345309&r1=1345308&r2=1345309&view=diff
==============================================================================
--- tomcat/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/trunk/res/rat/rat-excludes.txt Fri Jun 1 18:32:08 2012
@@ -25,6 +25,8 @@
- package-list files in API documentation (javadoc) are generated
- bug52121-part1, bug52121-part2 files in tests are test data for a hard
to reproduce testcase and should be used as is.
+ - other trivial test files, such as textual files containing only "OK'
string,
+ are also excluded.
output/build/webapps/docs/*.html
output/build/webapps/docs/appdev/*.html
@@ -53,5 +55,9 @@ output/dist/webapps/docs/jspapi/package-
output/dist/webapps/docs/servletapi/package-list
output/dist/src/test/org/apache/coyote/http11/filters/bug52121-part1
output/dist/src/test/org/apache/coyote/http11/filters/bug52121-part2
+output/dist/src/test/webapp-3.0/bug53257/*.txt
+output/dist/src/test/webapp-3.0-fragments/WEB-INF/classes/*.txt
test/org/apache/coyote/http11/filters/bug52121-part1
test/org/apache/coyote/http11/filters/bug52121-part2
+test/webapp-3.0/bug53257/*.txt
+test/webapp-3.0-fragments/WEB-INF/classes/*.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]