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

commit 147975d57cda0c8c31dc94a47a6de6ac43eb9162
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 23 18:51:35 2021 +0000

    Add additional extension for YAML files
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index ee962b1..2ba94b8 100644
--- a/build.xml
+++ b/build.xml
@@ -329,6 +329,7 @@
     <include name="**/*.xsd"/>
     <include name="**/*.xsl"/>
     <include name="**/*.yaml"/>
+    <include name="**/*.yml"/>
     <include name="**/Dockerfile"/>
     <!-- Exclude files that use 16-bit encodings. -->
     <!-- This prevents fixcrlf corrupting them during a release -->

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to