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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new be71e8052b Be explicit about exclusion of xreflection for ease of 
checking
be71e8052b is described below

commit be71e8052b07387d50bc3b665b3bf17c6ec16091
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 0bd8380671..3f17cc5284 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

Reply via email to