From e5ff63385dacb4431802875d224b4a9fbc8d1065 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 23 Dec 2009 00:41:58 +0000 Subject: [PATCH] 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 --- dist.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dist.xml b/dist.xml index c43aa1351..9ee0a35aa 100644 --- a/dist.xml +++ b/dist.xml @@ -81,11 +81,16 @@ - - + + + + + - + + + -- 2.11.0