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
The following commit(s) were added to refs/heads/10.1.x by this push:
new 73ff9529ba Be explicit about exclusion of xreflection for ease of
checking
73ff9529ba is described below
commit 73ff9529ba6508d49db036786a7d05b4ddd98005
Author: Mark Thomas <[email protected]>
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 9b111fa7e2..3ba0970cc7 100644
--- a/build.xml
+++ b/build.xml
@@ -459,6 +459,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" />
@@ -468,6 +471,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: [email protected]
For additional commands, e-mail: [email protected]