You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/01/18 12:50:28 UTC

svn commit: r1232842 - /tomcat/trunk/res/rat/rat-excludes.txt

Author: kkolinko
Date: Wed Jan 18 11:50:28 2012
New Revision: 1232842

URL: http://svn.apache.org/viewvc?rev=1232842&view=rev
Log:
Add package-list files to rat-excludes.txt

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=1232842&r1=1232841&r2=1232842&view=diff
==============================================================================
--- tomcat/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/trunk/res/rat/rat-excludes.txt Wed Jan 18 11:50:28 2012
@@ -22,6 +22,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
+  - 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.
 
@@ -38,10 +39,6 @@ output/dist/webapps/docs/architecture/*.
 output/dist/webapps/docs/config/*.html
 output/dist/webapps/docs/funcspecs/*.html
 output/dist/webapps/docs/tribes/*.html
-output/dist/src/test/org/apache/coyote/http11/filters/bug52121-part1
-output/dist/src/test/org/apache/coyote/http11/filters/bug52121-part2
-test/org/apache/coyote/http11/filters/bug52121-part1
-test/org/apache/coyote/http11/filters/bug52121-part2
 output/embed/*.md5
 output/extras/*.md5
 modules/jdbc-pool/resources/MANIFEST.MF
@@ -50,3 +47,11 @@ output/dist/src/res/META-INF/*.manifest
 output/jdbc-pool/resources/MANIFEST.MF
 output/manifests/*.manifest
 res/META-INF/*.manifest
+output/dist/webapps/docs/api/package-list
+output/dist/webapps/docs/elapi/package-list
+output/dist/webapps/docs/jspapi/package-list
+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
+test/org/apache/coyote/http11/filters/bug52121-part1
+test/org/apache/coyote/http11/filters/bug52121-part2



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