Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47267
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Sep 2009 20:26:23 +0000 (20:26 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Sep 2009 20:26:23 +0000 (20:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@817822 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index 946a363..c451bb7 100644 (file)
--- a/dist.xml
+++ b/dist.xml
@@ -275,6 +275,10 @@ Apache Tomcat ${version} native binaries for Win64 IA64 platform.
 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>