remm        01/07/15 00:49:09

  Modified:    .        build.xml
  Log:
  - A few resources were moved around.
  
  Revision  Changes    Path
  1.25      +1 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 2001/07/13 23:15:28     1.24
  +++ build.xml 2001/07/15 07:49:08     1.25
  @@ -166,7 +166,7 @@
     <target name="installer" depends="dist">
       <echo message="Builds a Windows installer based on Nullsoft Installer"/>
       <echo message="The target requires Nullsoft Installer to be in your PATH"/>
  -    <copy file="tomcat.ico" tofile="${tomcat.dist}/tomcat.ico"/>
  +    <copy file="resources/tomcat.ico" tofile="${tomcat.dist}/tomcat.ico"/>
       <copy file="tomcat.nsi" tofile="${tomcat.dist}/tomcat.nsi"/>
       <copy file="README.txt" tofile="${tomcat.dist}/README.txt"/>
       <exec dir="${tomcat.dist}" executable="makensis.exe">
  
  
  

Reply via email to