2010-06-21 76 views

回答

10

我想我想出了一个解决方案。

<target name="delete-duplicates"> 
    <delete> 
     <fileset dir="delete-here" includes="**/*"> 
      <present targetdir="if-present-here" /> 
     </fileset> 
    </delete> 
</target>