Author: markt
Date: Fri Nov 6 20:16:58 2009
New Revision: 833545
URL:
http://svn.apache.org/viewvc?rev=833545&view=revLog:
Restore original line ending after switching for windows installer
Modified:
tomcat/trunk/dist.xml
Modified: tomcat/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=833545&r1=833544&r2=833545&view=diff==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Fri Nov 6 20:16:58 2009
@@ -292,6 +292,10 @@
<arg value="tomcat.nsi" />
</exec>
+ <!-- Restore original line ending-->
+ <fixcrlf srcdir="${tomcat.dist}/webapps/ROOT"
+ includes="RELEASE-NOTES.txt" />
+
<move file="${tomcat.dist}/tomcat-installer.exe" tofile="${tomcat.release}/v${version}/bin/${final.name}.exe" />
<checksum file="${tomcat.release}/v${version}/bin/${final.name}.exe"
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...