Author: kkolinko
Date: Sat Jan 14 08:32:54 2012
New Revision: 1231461
URL: http://svn.apache.org/viewvc?rev=1231461&view=rev
Log:
Update rat-excludes to exclude manifest files.
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=1231461&r1=1231460&r2=1231461&view=diff
==============================================================================
--- tomcat/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/trunk/res/rat/rat-excludes.txt Sat Jan 14 08:32:54 2012
@@ -21,6 +21,7 @@
- *.html files in documentation are generated from XML sources
- *.md5 files are generated and cannot contain license
+ - *.manifest JAR manifest files cannot contain license
- bug52121-part1, bug52121-part2 files in tests are test data for a hard
to reproduce testcase and should be used as is.
@@ -43,3 +44,7 @@ test/org/apache/coyote/http11/filters/bu
test/org/apache/coyote/http11/filters/bug52121-part2
output/embed/*.md5
output/extras/*.md5
+modules/jdbc-pool/resources/MANIFEST.MF
+output/dist/src/modules/jdbc-pool/resources/MANIFEST.MF
+output/dist/src/res/META-INF/*.manifest
+res/META-INF/*.manifest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]