Author: markt Date: Fri May 22 10:47:36 2009 New Revision: 777464 URL: http://svn.apache.org/viewvc?rev=777464&view=rev Log: Stop build process adding extra blank line to end of files in .tar.gz src distro
Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=777464&r1=777463&r2=777464&view=diff ============================================================================== --- tomcat/trunk/dist.xml (original) +++ tomcat/trunk/dist.xml Fri May 22 10:47:36 2009 @@ -259,9 +259,9 @@ <touch file="${tomcat.dist}/temp/safeToDelete.tmp" /> <!-- Correct permissions and line endings on "bin" scripts --> - <fixcrlf srcdir="${tomcat.dist}/bin" includes="*.sh" eol="lf" encoding="ISO-8859-1" /> - <fixcrlf srcdir="${tomcat.dist}/bin" includes="*.bat" eol="crlf" encoding="ISO-8859-1" /> - <chmod dir="${tomcat.dist}/bin" includes="*.sh" perm="+x"/> + <fixcrlf srcdir="${tomcat.dist}/bin" includes="*.sh" eol="lf" encoding="ISO-8859-1" fixlast="false" /> + <fixcrlf srcdir="${tomcat.dist}/bin" includes="*.bat" eol="crlf" encoding="ISO-8859-1" fixlast="false" /> + <chmod dir="${tomcat.dist}/bin" includes="*.sh" perm="+x"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org