You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/02/24 04:49:37 UTC

cvs commit: jakarta-tomcat build.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>