Slight correction to the list of file extensions used to enforce LF/CRLF conventions...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 23 Dec 2009 00:41:58 +0000 (00:41 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 23 Dec 2009 00:41:58 +0000 (00:41 +0000)
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

index c43aa13..9ee0a35 100644 (file)
--- a/dist.xml
+++ b/dist.xml
   <patternset id="src.files" >
     <include name="**/INSTALLLICENSE,**/KEYS,**/LICENSE,**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
-    <include name="**/*.bat,**/*.default,**/*.dtd,**/*.html,**/*.ini"/>
-    <include name="**/*.java,**/*.jjt,**/*.jsp,**/*.jspf,**/*.jspx"/>
+    <include name="**/*.properties.default"/>
+    <include name="**/*.bat,**/*.dtd"/>
+    <include name="**/*.htm,**/*.html"/>
+    <include name="**/*.ini,**/*.java,**/*.jjt"/>
+    <include name="**/*.jsp,**/*.jspf,**/*.jspx"/>
     <include name="**/*.license,**/*.manifest,**/*.mdl"/>
     <include name="**/*.nsi,**/*.policy,**/*.pom,**/*.properties,**/*.rtf"/>
-    <include name="**/*.sh,**/*.svg,**/*.tag,**/*.tasks,**/*.tld,**/*.txt"/>
+    <include name="**/*.sh,**/*.svg"/>
+    <include name="**/*.tag,**/*.tagx"/>
+    <include name="**/*.tasks,**/*.tld,**/*.txt"/>
     <include name="**/*.xml,**/*.xsd,**/*.xsl"/>
   </patternset>