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 5a17c1f193 Remove references to deleted package
5a17c1f193 is described below
commit 5a17c1f1933309874e0176eb74644defd5ba4d73
Author: Mark Thomas <[email protected]>
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 7b6f19efc5..597507c1bf 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/**" />
@@ -2457,7 +2455,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: [email protected]
For additional commands, e-mail: [email protected]