Author: rjung
Date: Sun Jul 4 16:01:43 2010
New Revision: 960350
URL: http://svn.apache.org/viewvc?rev=960350&view=rev
Log:
Remove *.rtf from fixcrlf patternset.
No need for native line ends in RTF files.
Their spec indicates they should use CRLF.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=960350&r1=960349&r2=960350&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Jul 4 16:01:43 2010
@@ -213,7 +213,6 @@
<include name="**/*.pom"/>
<include name="**/*.properties"/>
<include name="**/*.properties.default"/>
- <include name="**/*.rtf"/>
<include name="**/*.svg"/>
<include name="**/*.tag"/>
<include name="**/*.tagx"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]