jvanzyl     00/10/22 15:40:24

  Modified:    build    build-velocity.xml
  Log:
  - fixing clean target.
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build-velocity.xml        2000/10/22 22:16:27     1.6
  +++ build-velocity.xml        2000/10/22 22:40:24     1.7
  @@ -163,7 +163,7 @@
       <!-- =================================================================== -->
       <!-- Cleans up the build directory                                       -->
       <!-- =================================================================== -->
  -    <target name="clean">
  +    <target name="clean" depends="init">
           <deltree dir="${build.dir}"/>
       </target>
   
  
  
  

Reply via email to