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 2016/02/16 10:58:42 UTC

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

Author: kkolinko
Date: Tue Feb 16 09:58:42 2016
New Revision: 1730647

URL: http://svn.apache.org/viewvc?rev=1730647&view=rev
Log:
Update and simplify rat-excludes.txt file, used by RAT report generation at ASF Buildbot.

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=1730647&r1=1730646&r2=1730647&view=diff
==============================================================================
--- tomcat/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/trunk/res/rat/rat-excludes.txt Tue Feb 16 09:58:42 2016
@@ -15,15 +15,17 @@
 
 
   This is excludes file for Apache RAT tool run by ASF Buildbot,
-  http://incubator.apache.org/rat/
+  http://creadur.apache.org/rat/
 
   The following files are excluded:
 
+  - log files and other temporary files generated during testing
+
   - *.html files in documentation are generated from XML sources
 
-  - *.md5 files are generated and cannot contain license
+  - *.md5, *.sha/*.sha1 files are generated and cannot contain license
 
-  - *.manifest JAR manifest files cannot contain license
+  - *.manifest, MANIFEST.MF JAR manifest files cannot contain license
 
   - package-list and script.js files in API documentation (javadoc) are
     generated
@@ -35,8 +37,6 @@
 
   - local build configuration files
 
-  - *.mdl are Rational Rose data files and cannot contain comments
-
   - file fragments that are combined during the build process and therefore can
     not contain a license header in every fragment
 
@@ -47,46 +47,23 @@
 
   - files used simply to ensure directories are not empty
 
-  - *.bmp files
+  - *.mdl are Rational Rose data files and cannot contain comments
+  - *.bmp, *.dia files are binary
+
+output/build/logs/*
 
-output/build/webapps/docs/*.html
-output/build/webapps/docs/appdev/*.html
-output/build/webapps/docs/architecture/*.html
-output/build/webapps/docs/config/*.html
-output/build/webapps/docs/funcspecs/*.html
-output/build/webapps/docs/tribes/*.html
+output/build/webapps/docs/**/*.html
+output/dist/webapps/docs/**/*.html
 output/deployer/deployer-howto.html
-output/dist/webapps/docs/*.html
-output/dist/webapps/docs/appdev/*.html
-output/dist/webapps/docs/architecture/*.html
-output/dist/webapps/docs/config/*.html
-output/dist/webapps/docs/funcspecs/*.html
-output/dist/webapps/docs/tribes/*.html
-
-output/embed/*.md5
-output/extras/*.md5
-output/release/v9.0.0-dev/bin/*.md5
-output/release/v9.0.0-dev/bin/embed/*.md5
-output/release/v9.0.0-dev/bin/extras/*.md5
-output/release/v9.0.0-dev/src/*.md5
-
-modules/jdbc-pool/resources/MANIFEST.MF
-output/dist/src/modules/jdbc-pool/resources/MANIFEST.MF
-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/api/script.js
-output/dist/webapps/docs/elapi/package-list
-output/dist/webapps/docs/elapi/script.js
-output/dist/webapps/docs/jspapi/package-list
-output/dist/webapps/docs/jspapi/script.js
-output/dist/webapps/docs/servletapi/package-list
-output/dist/webapps/docs/servletapi/script.js
-output/dist/webapps/docs/websocketapi/package-list
-output/dist/webapps/docs/websocketapi/script.js
+
+**/*.md5
+**/*.sha1
+
+**/MANIFEST.MF
+**/*.manifest
+
+output/dist/webapps/docs/*/package-list
+output/dist/webapps/docs/*/script.js
 
 output/dist/src/test/webapp/bug53257/*.txt
 output/dist/src/test/webapp/bug53257/foo bar/foobar.txt
@@ -101,18 +78,10 @@ test/webresources/dir1/d1/d1-f1.txt
 test/webresources/dir1/d2/d2-f1.txt
 test/webresources/dir1/*.txt
 
-webapps/examples/WEB-INF/classes/websocket/echo/servers.json
-output/build/webapps/examples/WEB-INF/classes/websocket/echo/servers.json
-output/dist/src/webapps/examples/WEB-INF/classes/websocket/echo/servers.json
-output/dist/webapps/examples/WEB-INF/classes/websocket/echo/servers.json
+**/*.json
 
 build.properties
 
-output/build/webapps/docs/architecture/requestProcess/roseModel.mdl
-output/dist/src/webapps/docs/architecture/requestProcess/roseModel.mdl
-output/dist/webapps/docs/architecture/requestProcess/roseModel.mdl
-webapps/docs/architecture/requestProcess/roseModel.mdl
-
 output/dist/confinstall/tomcat-users_2.xml
 output/dist/src/res/confinstall/tomcat-users_2.xml
 res/confinstall/tomcat-users_2.xml
@@ -186,4 +155,6 @@ res/checkstyle/header-al2.txt
 
 output/dist/temp/safeToDelete.tmp
 
+**/*.mdl
 **/*.bmp
+**/*.dia



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