This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 1980054606 Expand text.files definition to pick up _listing.xslt in tests 1980054606 is described below commit 1980054606891c23e5f46aae2ca1c6e328471a55 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 5 15:27:36 2023 +0100 Expand text.files definition to pick up _listing.xslt in tests --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 934083b359..c1cca10de5 100644 --- a/build.xml +++ b/build.xml @@ -347,6 +347,7 @@ <include name="**/*.xml"/> <include name="**/*.xsd"/> <include name="**/*.xsl"/> + <include name="**/*.xslt"/> <include name="**/*.yaml"/> <include name="**/*.yml"/> <include name="**/Dockerfile"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org