This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 81e30dd  Add additional extension for YAML files
81e30dd is described below

commit 81e30dd766a42ebd224a628dcba9e22e33ba861c
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 b701195..26f917b 100644
--- a/build.xml
+++ b/build.xml
@@ -334,6 +334,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