This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 17bc9304a27e35de694a129a61ee903cb0886563 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 17 14:29:03 2023 +0100 Add additional exclusions These are developer specific files that should not be part of the release. --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index ea6a2b9d52..68e288b613 100644 --- a/build.xml +++ b/build.xml @@ -2489,7 +2489,9 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. <filename name="**/.settings/**" /> <filename name="**/.classpath"/> <filename name="**/.checkstyle"/> + <filename name="**/.pmd"/> <filename name="**/.project"/> + <filename name="**/.sdkmanrc"/> <filename name="**/nbproject/**"/> <filename name="**/output/**"/> <!-- Commented out, because --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org