cziegeler    2002/07/15 04:00:42

  Modified:    .        build.xml
  Log:
  Clean now deletes compiled anttasks as well
  
  Revision  Changes    Path
  1.247     +1 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.246
  retrieving revision 1.247
  diff -u -r1.246 -r1.247
  --- build.xml 15 Jul 2002 10:22:55 -0000      1.246
  +++ build.xml 15 Jul 2002 11:00:41 -0000      1.247
  @@ -1841,6 +1841,7 @@
     <!-- =================================================================== -->
     <target name="clean" depends="init" description="Cleans the build directories">
       <delete dir="${build.dir}"/>
  +    <delete dir="${tools.dir}/anttasks"/>
     </target>
   
     <target name="distclean" depends="clean" description="Cleans everything to the 
original state">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to