keiron      01/06/19 03:55:17

  Modified:    docs/examples build.xml
  Log:
  deletes the correct dir when clean
  
  Revision  Changes    Path
  1.18      +1 -1      xml-fop/docs/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/06/16 00:11:32     1.17
  +++ build.xml 2001/06/19 10:55:16     1.18
  @@ -116,7 +116,7 @@
     <!-- Clean targets                                                       -->
     <!-- =================================================================== -->
     <target name="clean" depends="init">
  -    <deltree dir="${build.dir}"/>
  +    <delete dir="${testDir}"/>
       
     </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to