Author: markt
Date: Tue Sep 22 20:26:23 2009
New Revision: 817822
URL: http://svn.apache.org/viewvc?rev=817822&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47267
Modified:
tomcat/trunk/dist.xml
Modified: tomcat/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=817822&r1=817821&r2=817822&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Tue Sep 22 20:26:23 2009
@@ -275,6 +275,10 @@
Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
</echo>
+ <!-- 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" />
<copy file="res/tomcat.nsi" tofile="${tomcat.dist}/tomcat.nsi"
overwrite="true" encoding="ISO-8859-1">
<filterset refid="version.filters"/>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]