Index: contrib/retep/build.xml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/contrib/retep/build.xml,v
retrieving revision 1.6
diff -c -r1.6 build.xml
*** contrib/retep/build.xml	2001/05/16 17:09:25	1.6
--- contrib/retep/build.xml	2001/05/17 03:20:48
***************
*** 35,42 ****
  
    <!-- This target removes any class files from the build directory -->
    <target name="clean">
!     <delete dir="${dest}" />
!     <delete dir="${jars}" />
    </target>
  
    <!-- Builds the XML Tools -->
--- 35,44 ----
  
    <!-- This target removes any class files from the build directory -->
    <target name="clean">
!     <delete>
!     <fileset dir="${dest}" />
!     <fileset dir="${jars}" />
!     </delete>
    </target>
  
    <!-- Builds the XML Tools -->
Index: src/interfaces/jdbc/build.xml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc/build.xml,v
retrieving revision 1.10
diff -c -r1.10 build.xml
*** src/interfaces/jdbc/build.xml	2001/05/16 17:09:26	1.10
--- src/interfaces/jdbc/build.xml	2001/05/17 03:21:03
***************
*** 83,90 ****
  
    <!-- This target removes any class files from the build directory -->
    <target name="clean">
!     <delete dir="${dest}" />
!     <delete dir="${jars}" />
      <delete file="${package}/Driver.java" />
    </target>
  
--- 83,92 ----
  
    <!-- This target removes any class files from the build directory -->
    <target name="clean">
!     <delete>
! 	<fileset dir="${dest}" />
!     	<fileset dir="${jars}" />
!     </delete>
      <delete file="${package}/Driver.java" />
    </target>
  
