You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/07/04 21:42:32 UTC

cvs commit: jakarta-velocity-tools build.xml

nbubna      2003/07/04 12:42:32

  Modified:    .        build.xml
  Log:
  do not delete docs directory as part of 'clean'
  
  Revision  Changes    Path
  1.21      +2 -3      jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	28 Jun 2003 05:10:56 -0000	1.20
  +++ build.xml	4 Jul 2003 19:42:32 -0000	1.21
  @@ -67,10 +67,9 @@
   
   
     <!-- Clean Target -->
  -  <target name="clean" description="Deletes the build, doc, and dist directories">
  +  <target name="clean" description="Deletes the build and dist directories">
       <delete dir="${build.dir}"/>
       <delete dir="${dist.dir}"/>
  -    <delete dir="${docs.dir}"/>
   
       <!-- Clean example applications  -->
       <ant dir="${examples.home}/simple" target="clean" inheritAll="false"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org