Stop build process adding extra blank line to end of files in .tar.gz src distro
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 May 2009 10:47:36 +0000 (10:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 22 May 2009 10:47:36 +0000 (10:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@777464 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index cd1d160..a7bf004 100644 (file)
--- a/dist.xml
+++ b/dist.xml
     <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>