Author: rjung Date: Mon Jul 5 06:55:26 2010 New Revision: 960460 URL: http://svn.apache.org/viewvc?rev=960460&view=rev Log: Remove *.rtf from fixcrlf patternset.
No need for native line ends in RTF files. Their spec indicates they should use CRLF. Backport of r960350 from trunk. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=960460&r1=960459&r2=960460&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Jul 5 06:55:26 2010 @@ -150,13 +150,3 @@ PATCHES PROPOSED TO BACKPORT: http://svn.apache.org/viewvc?rev=958615&view=rev +1: kkolinko, rjung, kfujino, pero -1: - -* Remove *.rtf from fixcrlf patternset. - No need for native line ends in RTF files. - Their spec indicates they should use CRLF. - Backport form trunk: - http://svn.apache.org/viewvc?rev=960350&view=rev - TC 6 patch: - http://people.apache.org/~rjung/patches/tc6-remove-rtf-from-fixcrlf.patch - +1: rjung, kkolinko, kfujino - -1: Modified: tomcat/tc6.0.x/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=960460&r1=960459&r2=960460&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/dist.xml (original) +++ tomcat/tc6.0.x/trunk/dist.xml Mon Jul 5 06:55:26 2010 @@ -123,7 +123,6 @@ <include name="**/*.pom"/> <include name="**/*.properties"/> <include name="**/*.properties.default"/> - <include name="**/*.rtf"/> <include name="**/*.sh"/> <include name="**/*.svg"/> <include name="**/*.tag"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org