Author: kkolinko
Date: Fri Jun 1 18:38:58 2012
New Revision: 1345312
URL: http://svn.apache.org/viewvc?rev=1345312&view=rev
Log:
Merged revision( 1345309 from tomcat/trunk:
Update exclude rules for RAT report
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/res/rat/rat-excludes.txt
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1345309
Modified: tomcat/tc7.0.x/trunk/res/rat/rat-excludes.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/rat/rat-excludes.txt?rev=1345312&r1=1345311&r2=1345312&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/tc7.0.x/trunk/res/rat/rat-excludes.txt Fri Jun 1 18:38:58 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]