You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by si...@apache.org on 2002/04/15 11:43:12 UTC

cvs commit: jakarta-velocity-tools/tools build.xml

sidler      02/04/15 02:43:12

  Modified:    tools    build.xml
  Log:
  Fixed clean target  (file not found error)
  
  Revision  Changes    Path
  1.2       +0 -4      jakarta-velocity-tools/tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/tools/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	3 Apr 2002 09:10:03 -0000	1.1
  +++ build.xml	15 Apr 2002 09:43:12 -0000	1.2
  @@ -138,10 +138,6 @@
       <delete>
         <fileset dir="${docs.dest}" includes="**/*.html"/>
       </delete>
  -    <delete    dir="${examples.home}/velstruts"/>
  -    <delete>
  -      <fileset dir="${examples.home}" includes="*.war"/>
  -    </delete>
       <delete>
         <fileset dir="${basedir}" includes="**/*.bak"/>
       </delete>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>