remm        2002/09/19 05:41:06

  Modified:    .        build.xml
  Log:
  - Add a readme to hint that the temp dir shoudln't be removed.
  
  Revision  Changes    Path
  1.74      +3 -0      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml 13 Jun 2002 00:21:36 -0000      1.73
  +++ build.xml 19 Sep 2002 12:41:06 -0000      1.74
  @@ -187,6 +187,9 @@
         <fileset dir="${tomcat.build}/webapps" />
       </copy>
   
  +    <!-- Copy temp file -->
  +    <copy todir="${tomcat.dist}/temp" file="${basedir}/resources/DONOTREMOVE"/>
  +
       <!-- Correct permissions and line endings on "bin" scripts -->
       <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.sh"  eol="lf"/>
       <fixcrlf srcdir="${tomcat.dist}/bin"   includes="*.bat" eol="crlf"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to