This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 46d55ec27dff6a922f6cbbfd02bdaeca5bd54a45 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 83f3eca952..fed7f169f7 100644 --- a/build.xml +++ b/build.xml @@ -2135,7 +2135,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