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/17 05:05:25 UTC

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

Author: kkolinko
Date: Thu Dec 17 04:05:24 2009
New Revision: 891529

URL: http://svn.apache.org/viewvc?rev=891529&view=rev
Log:
Followup to rev.883125
Additional fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47609
Add patterns for textual files without extension
Remove an extra comma

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=891529&r1=891528&r2=891529&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Thu Dec 17 04:05:24 2009
@@ -79,13 +79,15 @@
 
   <!-- Files that need to have their line endings changed for src distros -->
   <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="**/*.java,**/*.jsp,**/*.jspf,**/*.jspx"/>
     <include name="**/*.launch,**/*.layout,**/*.lib,**/*.libdir,**/*.linux"/>
     <include name="**/*.m4,**/*.mak,**/*.manifest,**/*.mc"/>
     <include name="**/*.mdl,**/*.minimal,**/*.mk,**/*.module"/>



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