You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/11/05 13:13:52 UTC

[tomcat] branch main updated: First pass at updating RAT exclude files

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a4d1ff  First pass at updating RAT exclude files
0a4d1ff is described below

commit 0a4d1ffb64409fde68132436b80502a31f403699
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Nov 5 13:13:21 2021 +0000

    First pass at updating RAT exclude files
---
 res/rat/rat-excludes.txt | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index 470b5af..5273f15 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -27,10 +27,9 @@
 
   - *.manifest, MANIFEST.MF JAR manifest files cannot contain license
 
-  - package-list and script.js files in API documentation (javadoc) are
-    generated
+  - Files in API documentation (javadoc) that are generated
 
-  - other test files, such as trivial textual files containing only "OK' string,
+  - test files, such as trivial textual files containing only "OK' string,
     files in unusual encodings or compressed files are also excluded.
 
   - JSON files (RFC7159) are data and cannot contain comments
@@ -55,8 +54,6 @@
 
   - Temporary cache files used by Checkstle
 
-  - Configuration files for third party Continuous Integration systems like Travis CI
-
 
 output/build/logs/*
 output/test-tmp/**
@@ -70,7 +67,12 @@ output/deployer/deployer-howto.html
 **/MANIFEST.MF
 **/*.manifest
 
-output/dist/webapps/docs/*/package-list
+output/dist/webapps/docs/*/element-list
+output/dist/webapps/docs/*/jquery/*
+output/dist/webapps/docs/*/member-search-index.js
+output/dist/webapps/docs/*/package-search-index.js
+output/dist/webapps/docs/*/search.js
+output/dist/webapps/docs/*/type-search-index.js
 output/dist/webapps/docs/*/script.js
 
 output/dist/src/test/webapp/404.html

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