This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 0916947436 Expand text.files definition to pick up _listing.xslt in tests 0916947436 is described below commit 0916947436d0d920aef780fcad7917547f986d0e 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 6c3d9f8488..1f8cfe994c 100644 --- a/build.xml +++ b/build.xml @@ -340,6 +340,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