You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/12/23 01:41:58 UTC

svn commit: r893362 - /tomcat/trunk/dist.xml

Author: kkolinko
Date: Wed Dec 23 00:41:58 2009
New Revision: 893362

URL: http://svn.apache.org/viewvc?rev=893362&view=rev
Log:
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.

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=893362&r1=893361&r2=893362&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Wed Dec 23 00:41:58 2009
@@ -81,11 +81,16 @@
   <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>
 



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