Author: keith Date: Tue Dec 6 11:28:28 2005 New Revision: 354509 URL: http://svn.apache.org/viewcvs?rev=354509&view=rev Log: [36318] don't fixcrlf the war
Modified: tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=354509&r1=354508&r2=354509&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Tue Dec 6 11:28:28 2005 @@ -1763,7 +1763,7 @@ <target name="package-src-tgz"> <!-- Package Tomcat Source --> <fixcrlf srcdir="${tomcat.dist}" - excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico" eol="lf"/> + excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war" eol="lf"/> <tar longfile="gnu" compression="gzip" tarfile="${tomcat.release}/v${version}/src/${final-src.name}.tar.gz"> <tarfileset dir="${tomcat.dist}/src" mode="755" prefix="${final-src.name}"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]