remm        01/09/10 13:44:35

  Modified:    .        build.xml
  Log:
  - Remove some Ant deprecation messages.
  - Modernize build script (now that we switched to 1.4).
  
  Revision  Changes    Path
  1.36      +2 -2      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 2001/09/10 04:49:51     1.35
  +++ build.xml 2001/09/10 20:44:35     1.36
  @@ -130,8 +130,8 @@
       <copy todir="${tomcat.dist}/server/lib">
         <fileset dir="${tomcat.build}/server/lib" />
       </copy>
  -    <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.sh" cr="remove"/>
  -    <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.bat" cr="add"/>
  +    <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.sh" eol="lf"/>
  +    <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.bat" eol="crlf"/>
       <chmod      dir="${tomcat.dist}/bin"   includes="*.sh" perm="+x"/>
   
     </target>
  
  
  

Reply via email to