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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org