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/03/12 13:15:05 UTC

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

sidler      02/03/12 04:15:05

  Modified:    struts/examples/struts build.xml
  Log:
  Adapted example build.xml to latest changes.
  
  Revision  Changes    Path
  1.6       +0 -11     jakarta-velocity-tools/struts/examples/struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/struts/examples/struts/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	12 Mar 2002 11:36:47 -0000	1.5
  +++ build.xml	12 Mar 2002 12:15:05 -0000	1.6
  @@ -106,19 +106,8 @@
         <fileset dir="${build.home}/classes" includes="**/*.class"/>
       </delete>
   
  -    <delete>
  -      <fileset dir="${build.home}/lib" includes="velocity-tools-struts-*"/>
  -    </delete>
  -
       <!-- remove jsp temporary cache -->
       <delete    dir="${build.home}/work"/>
  -
  -
  -    <!-- remove old docs -->
  -    <delete    dir="${docs.dest}/javadoc"/>
  -    <delete>
  -      <fileset dir="${docs.dest}" includes="tool*.html,index.html"/>
  -    </delete>
   
       <!-- remove *.bak backups -->
       <delete>
  
  
  

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