You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2011/11/20 17:46:36 UTC

svn commit: r1204182 - /tomcat/trunk/build.xml

Author: rjung
Date: Sun Nov 20 16:46:35 2011
New Revision: 1204182

URL: http://svn.apache.org/viewvc?rev=1204182&view=rev
Log:
Add .gitginore to text.files list in build.xml
which drives fixcrlf.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1204182&r1=1204181&r2=1204182&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Nov 20 16:46:35 2011
@@ -203,6 +203,7 @@
     <include name="**/LICENSE"/>
     <include name="**/NOTICE"/>
     <include name="**/RELEASE-NOTES"/>
+    <include name="**/.gitignore"/>
     <include name="**/*.classpath"/>
     <include name="**/*.css"/>
     <include name="**/*.dtd"/>



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