From: kkolinko Date: Wed, 23 Dec 2009 00:41:58 +0000 (+0000) Subject: Slight correction to the list of file extensions used to enforce LF/CRLF conventions... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e5ff63385dacb4431802875d224b4a9fbc8d1065;p=tomcat7.0 Slight correction to the list of file extensions used to enforce LF/CRLF conventions in source distros. 1. Replace *.default with *.properties.default, to be explicit about file type. 2. Add *.htm We have such a file in TC7, though not in TC6. 3. Add *.tagx. Though we do not have examples of tag files in XML syntax yet, but I think we better have this pattern included. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@893362 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/dist.xml b/dist.xml index c43aa1351..9ee0a35aa 100644 --- a/dist.xml +++ b/dist.xml @@ -81,11 +81,16 @@ - - + + + + + - + + +