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: [email protected]
For additional commands, e-mail: [email protected]