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 bc76e7704a Alphabetical order for consistency and ease of checking bc76e7704a is described below commit bc76e7704a6353c6dc93d17388d76d78bcd45b7d 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 cce10d6d0b..9b111fa7e2 100644 --- a/build.xml +++ b/build.xml @@ -454,10 +454,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