Author: kkolinko Date: Thu Nov 12 11:20:43 2009 New Revision: 835336 URL: http://svn.apache.org/viewvc?rev=835336&view=rev Log: Followup to r.817822 and r.833545 You have to specify explicit encoding in a fixcrlf task
Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=835336&r1=835335&r2=835336&view=diff ============================================================================== --- tomcat/trunk/dist.xml (original) +++ tomcat/trunk/dist.xml Thu Nov 12 11:20:43 2009 @@ -278,7 +278,7 @@ <!-- Make sure the RELEASE-NOTES has Windows line endings as they may be displayed post-install --> <fixcrlf srcdir="${tomcat.dist}/webapps/ROOT" - includes="RELEASE-NOTES.txt" eol="crlf" /> + includes="RELEASE-NOTES.txt" eol="crlf" encoding="ISO-8859-1" fixlast="false" /> <copy file="res/tomcat.nsi" tofile="${tomcat.dist}/tomcat.nsi" overwrite="true" encoding="ISO-8859-1"> <filterset refid="version.filters"/> </copy> @@ -294,7 +294,7 @@ <!-- Restore original line ending--> <fixcrlf srcdir="${tomcat.dist}/webapps/ROOT" - includes="RELEASE-NOTES.txt" /> + includes="RELEASE-NOTES.txt" encoding="ISO-8859-1" fixlast="false" /> <move file="${tomcat.dist}/tomcat-installer.exe" tofile="${tomcat.release}/v${version}/bin/${final.name}.exe" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org