larryi 02/02/23 19:49:37 Modified: . build.xml Log: Update to eliminate fixcrlf warnings. Ant 1.4 or later is now required. Revision Changes Path 1.164 +2 -2 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- build.xml 12 Jan 2002 07:19:38 -0000 1.163 +++ build.xml 24 Feb 2002 03:49:37 -0000 1.164 @@ -191,8 +191,8 @@ <copy tofile="${tomcat.build}/lib/common/servlet.jar" file="${servlet22.jar}"/> - <fixcrlf srcdir="${tomcat.build}/bin" includes="**/*.sh" cr="remove"/> - <fixcrlf srcdir="${tomcat.build}/bin" includes="**/*.bat" cr="add"/> + <fixcrlf srcdir="${tomcat.build}/bin" includes="**/*.sh" eol="lf"/> + <fixcrlf srcdir="${tomcat.build}/bin" includes="**/*.bat" eol="crlf"/> <chmod perm="+x" file="${tomcat.build}/bin/tomcat.sh"/> <chmod perm="+x" file="${tomcat.build}/bin/jspc.sh"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>