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:38:26 UTC

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

Author: kkolinko
Date: Thu Dec 17 04:38:25 2009
New Revision: 891533

URL: http://svn.apache.org/viewvc?rev=891533&view=rev
Log:
Fix unclosed tag.

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=891533&r1=891532&r2=891533&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Thu Dec 17 04:38:25 2009
@@ -79,7 +79,7 @@
 
   <!-- Files that need to have their line endings changed for src distros -->
   <patternset id="src.files" >
-    <include name="**/INSTALLLICENSE,**/KEYS,**/LICENSE,**/NOTICE">
+    <include name="**/INSTALLLICENSE,**/KEYS,**/LICENSE,**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
     <include name="**/*.MF,**/*.TXT"/>
     <include name="**/*.am,**/*.amd64,**/*.autoconf,**/*.awk,**/*.bat"/>



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