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 bf3859da74 Alphabetical order for consistency and ease of checking bf3859da74 is described below commit bf3859da74e993bc0576dea2cc4fde4d6dfb12d6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 27 09:33:33 2025 +0100 Alphabetical order for consistency and ease of checking --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 597507c1bf..5eaa5e560d 100644 --- a/build.xml +++ b/build.xml @@ -449,10 +449,10 @@ <include name="org/apache/tomcat/util/collections/**" /> <include name="org/apache/tomcat/util/compat/**" /> <include name="org/apache/tomcat/util/file/**" /> + <include name="org/apache/tomcat/util/json/**" /> <include name="org/apache/tomcat/util/res/**" /> <include name="org/apache/tomcat/util/security/**" /> <include name="org/apache/tomcat/util/threads/**" /> - <include name="org/apache/tomcat/util/json/**" /> <include name="org/apache/tomcat/util/*" /> <exclude name="org/apache/tomcat/util/bcel" /> <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