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 6932bd728e Remove references to deleted package
6932bd728e is described below

commit 6932bd728e4f1def3d2077425db3109d4bd5fe5a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 27 09:31:34 2025 +0100

    Remove references to deleted package
---
 build.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.xml b/build.xml
index 25a46fea28..715912f76c 100644
--- a/build.xml
+++ b/build.xml
@@ -446,7 +446,6 @@
 
   <patternset id="files.tomcat-util">
     <include name="org/apache/tomcat/util/buf/**" />
-    <include name="org/apache/tomcat/util/codec/**" />
     <include name="org/apache/tomcat/util/collections/**" />
     <include name="org/apache/tomcat/util/compat/**" />
     <include name="org/apache/tomcat/util/file/**" />
@@ -538,7 +537,6 @@
     <include name="org/apache/tomcat/util/*" />
     <include name="org/apache/tomcat/util/bcel/**" />
     <include name="org/apache/tomcat/util/buf/**" />
-    <include name="org/apache/tomcat/util/codec/**" />
     <include name="org/apache/tomcat/util/collections/**" />
     <include name="org/apache/tomcat/util/compat/**" />
     <include name="org/apache/tomcat/util/descriptor/**" />
@@ -2472,7 +2470,6 @@
         <include name="org/apache/tomcat/util/digester/**" />
         <exclude name="org/apache/tomcat/util/bcel" />
         <exclude name="org/apache/tomcat/util/buf" />
-        <exclude name="org/apache/tomcat/util/codec" />
         <exclude name="org/apache/tomcat/util/collections" />
         <exclude name="org/apache/tomcat/util/compat" />
         <exclude name="org/apache/tomcat/util/descriptor" />


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to