Klara Ward wrote:
> I've tried deleting the emacs ~-files with this delete task, but it won't work
> 
>   <target name="clean">
>     <delete>
>       <fileset dir="${basedir}" includes="**/*~"/>
>     </delete>
>   </target>
> 
> Any ideas why this won't work?
> 

Look at the defaultExcludes attribute

Conor



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

Reply via email to