remm        01/07/30 22:57:37

  Modified:    .        build.xml
  Log:
  - The installer allows to install the source, so the installer target
    depends on dist-source.
  
  Revision  Changes    Path
  1.34      +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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 2001/07/28 22:47:10     1.33
  +++ build.xml 2001/07/31 05:57:37     1.34
  @@ -187,7 +187,7 @@
   
   
     <!-- ================= DIST: Create Windows Installer =================== -->
  -  <target name="installer" depends="dist">
  +  <target name="installer" depends="dist, dist-source">
       <echo message="Builds a Windows installer based on Nullsoft Installer"/>
       <echo message="NSIS must be installed in the default directory"/>
       <copy todir="${tomcat.dist}">
  
  
  

Reply via email to