remm        2002/09/21 09:24:18

  Modified:    .        build.xml
  Log:
  - Copy Glenn's readme.
  
  Revision  Changes    Path
  1.75      +3 -3      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml 19 Sep 2002 12:41:06 -0000      1.74
  +++ build.xml 21 Sep 2002 16:24:17 -0000      1.75
  @@ -183,12 +183,12 @@
       <copy todir="${tomcat.dist}/shared/lib">
         <fileset dir="${tomcat.build}/shared/lib" />
       </copy>
  +    <copy todir="${tomcat.dist}/temp">
  +      <fileset dir="${tomcat.build}/temp" />
  +    </copy>
       <copy todir="${tomcat.dist}/webapps">
         <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"/>
  
  
  

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

Reply via email to