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 12:24:27 UTC

svn commit: r1730660 - /tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt

Author: kkolinko
Date: Tue Feb 16 11:24:27 2016
New Revision: 1730660

URL: http://svn.apache.org/viewvc?rev=1730660&view=rev
Log:
Update rat-excludes.txt, aligning with Tomcat trunk

Modified:
    tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt

Modified: tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt?rev=1730660&r1=1730659&r2=1730660&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt Tue Feb 16 11:24:27 2016
@@ -15,61 +15,74 @@
 
 
   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 files in API documentation (javadoc) are generated
 
   - other trivial test files, such as textual files containing only "OK' string,
-  are also excluded.
+    are also excluded.
 
   - JSON files (RFC7159) are data and cannot contain comments
 
+  - local build configuration files
+
+  - file fragments that are combined during the build process and therefore can
+    not contain a license header in every fragment
+
+  - Checkstyle configuration file that defines how to check for the presence of
+    ALv2 headers
+
+  - files used simply to ensure directories are not empty
+
+  - *.bmp, *.dia files are binary
+    (*.gif, *.jpg are also binary, but are automatically detected by RAT as
+    ones, so no explicit configuration is needed)
+
   - unused modules
 
-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/logs/*
+
+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
-
-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/elapi/package-list
-output/dist/webapps/docs/jspapi/package-list
-output/dist/webapps/docs/servletapi/package-list
+
+**/*.md5
+**/*.sha1
+
+**/MANIFEST.MF
+**/*.manifest
+
+output/dist/webapps/docs/*/package-list
 
 output/dist/src/test/webapp/bug53257/*.txt
 output/dist/src/test/webapp-fragments/WEB-INF/classes/*.txt
 test/webapp/bug53257/*.txt
 test/webapp-fragments/WEB-INF/classes/*.txt
 
-webapps/examples/WEB-INF/classes/websocket/echo/servers.json
-output/build/webapps/examples/WEB-INF/classes/websocket/echo/servers.json
-output/dist/webapps/examples/WEB-INF/classes/websocket/echo/servers.json
+**/*.json
+
+build.properties
+
+output/dist/confinstall/tomcat-users_2.xml
+output/dist/src/res/confinstall/tomcat-users_2.xml
+res/confinstall/tomcat-users_2.xml
+
+output/dist/src/res/checkstyle/header-al2.txt
+res/checkstyle/header-al2.txt
+
+output/dist/temp/safeToDelete.tmp
+
+**/*.bmp
+**/*.dia
 
-modules/tomcat-lite/*
\ No newline at end of file
+modules/tomcat-lite/*



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