On 14.01.2010 21:21, ma...@apache.org wrote:
Author: markt
Date: Thu Jan 14 20:21:23 2010
New Revision: 899395

URL: http://svn.apache.org/viewvc?rev=899395&view=rev
Log:
zip is for non-windows platforms

Hmmm, really?

Until recently we didn't have the individual binary release zips for Windows, they are new. Previously the zip was for DOS/Windows.

If we encode the package-zip now for Unix, don't we create confusion w.r.t. package-src-zip (DOS) and package-deployer-zip (undefined until now)?

I'd prefer keep the package-zip with CRLF (and ensure CRLF in package-deployer-zip too).

Regards,

Rainer

Modified:
     tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=899395&r1=899394&r2=899395&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Thu Jan 14 20:21:23 2010
@@ -391,8 +391,8 @@

    <!-- Packages the core zip distro -->
    <target name="package-zip">
-<fixcrlf srcdir="${tomcat.dist}" includes="*.txt,LICENSE,NOTICE" eol="crlf" 
encoding="ISO-8859-1" fixlast="false" />
-<fixcrlf srcdir="${tomcat.dist}/conf" eol="crlf" encoding="ISO-8859-1" 
fixlast="false" />
+<fixcrlf srcdir="${tomcat.dist}" includes="*.txt,LICENSE,NOTICE" eol="lf" 
encoding="ISO-8859-1" fixlast="false" />
+<fixcrlf srcdir="${tomcat.dist}/conf" eol="lf" encoding="ISO-8859-1" 
fixlast="false" />
      <zip zipfile="${tomcat.release}/v${version}/bin/${final.name}.zip">
        <zipfileset dir="${tomcat.dist}" prefix="${final.name}">
          <include name="bin/**"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to