Review file extensions present in src distro and amend list of text file extensions...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Dec 2009 18:37:22 +0000 (18:37 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Dec 2009 18:37:22 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@893263 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index a8fe9cf..9c8a134 100644 (file)
--- a/dist.xml
+++ b/dist.xml
   <patternset id="src.files" >
     <include name="**/INSTALLLICENSE,**/KEYS,**/LICENSE,**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
-    <include name="**/*.MF,**/*.TXT"/>
-    <include name="**/*.am,**/*.amd64,**/*.autoconf,**/*.awk,**/*.bat"/>
-    <include name="**/*.c,**/*.classpath,**/*.conf,**/*.css"/>
-    <include name="**/*.def,**/*.default,**/*.dsp,**/*.dsw,**/*.dtd"/>
-    <include name="**/*.exp,**/*.h,**/*.html,**/*.hw"/>
-    <include name="**/*.ia64,**/*.in,**/*.ini,**/*.ism"/>
-    <include name="**/*.java,**/*.jsp,**/*.jspf,**/*.jspx"/>
-    <include name="**/*.launch,**/*.layout,**/*.lib,**/*.libdir,**/*.linux"/>
-    <include name="**/*.m4,**/*.mak,**/*.manifest,**/*.mc"/>
-    <include name="**/*.mdl,**/*.minimal,**/*.mk,**/*.module"/>
-    <include name="**/*.netware,**/*.nsi"/>
-    <include name="**/*.patch,**/*.pl,**/*.policy,**/*.pro,**/*.project"/>
-    <include name="**/*.properties,**/*.qclsrc,**/*.rc,**/*.reg"/>
-    <include name="**/*.sample,**/*.sh,**/*.shtml,**/*.sln"/>
-    <include name="**/*.solaris,**/*.spec"/>
-    <include name="**/*.tag,**/*.tasks,**/*.tld,**/*.tmpl,**/*.txt"/>
-    <include name="**/*.vbs,**/*.vc,**/*.vcproj"/>
-    <include name="**/*.x86,**/*.xml,**/*.xsd,**/*.xsl"/>
+    <include name="**/*.bat,**/*.default,**/*.dtd,**/*.html,**/*.ini"/>
+    <include name="**/*.java,**/*.jjt,**/*.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="**/*.xml,**/*.xsd,**/*.xsl"/>
   </patternset>
 
   <!-- ====================== COMBO: Clean All Directories ================ -->