You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/06/05 14:30:01 UTC

[tomcat] branch main updated: Expand text.files definition to pick up _listing.xslt in tests

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 7d574c7341 Expand text.files definition to pick up _listing.xslt in tests
7d574c7341 is described below

commit 7d574c7341284f143a7b4e7d1d05a207b2418acd
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 2f2b6ce2bb..b8f940bd86 100644
--- a/build.xml
+++ b/build.xml
@@ -341,6 +341,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org