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 d8d27d4c40 Be explicit about exclusion of xreflection for ease of checking d8d27d4c40 is described below commit d8d27d4c40ebf582ac8581d7a050586c6abf10b4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 27 09:38:23 2025 +0100 Be explicit about exclusion of xreflection for ease of checking --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 5eaa5e560d..0e9c36cd48 100644 --- a/build.xml +++ b/build.xml @@ -454,6 +454,9 @@ <include name="org/apache/tomcat/util/security/**" /> <include name="org/apache/tomcat/util/threads/**" /> <include name="org/apache/tomcat/util/*" /> + <!-- Strictly, none of these exclusions need to be listed here. They are --> + <!-- listed to make it easier to check that no package has been --> + <!-- overlooked. --> <exclude name="org/apache/tomcat/util/bcel" /> <exclude name="org/apache/tomcat/util/descriptor" /> <exclude name="org/apache/tomcat/util/digester" /> @@ -463,6 +466,7 @@ <exclude name="org/apache/tomcat/util/net" /> <exclude name="org/apache/tomcat/util/openssl"/> <exclude name="org/apache/tomcat/util/scan" /> + <exclude name="org/apache/tomcat/util/xreflection" /> </patternset> <patternset id="files.tomcat-util-scan"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org