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

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

Author: markt
Date: Wed Dec 23 08:40:00 2009
New Revision: 893427

URL: http://svn.apache.org/viewvc?rev=893427&view=rev
Log:
Restore alphabetical order

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=893427&r1=893426&r2=893427&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Wed Dec 23 08:40:00 2009
@@ -81,14 +81,14 @@
   <patternset id="src.files" >
     <include name="**/INSTALLLICENSE,**/KEYS,**/LICENSE,**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
-    <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"/>
+    <include name="**/*.license,**/*.manifest,**/*.mdl,**/*.nsi"/>
+    <include name="**/*.policy,**/*.pom,**/*.properties"/>
+    <include name="**/*.properties.default"/>
+    <include name="**/*.rtf,**/*.sh,**/*.svg"/>
     <include name="**/*.tag,**/*.tagx"/>
     <include name="**/*.tasks,**/*.tld,**/*.txt"/>
     <include name="**/*.xml,**/*.xsd,**/*.xsl"/>



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