This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 72c5696298 Be explicit about exclusion of xreflection for ease of checking 72c5696298 is described below commit 72c56962988243e8f2788dab90cd4419bd545ebb 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 644ad45ae6..e5b907dbac 100644 --- a/build.xml +++ b/build.xml @@ -451,6 +451,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" /> @@ -460,6 +463,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