Disable default excludes
This commit is contained in:
parent
70456c41ad
commit
c6bbd109e7
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
<target name="clean" description="Delete all build files and directories.">
|
||||
<delete includeEmptyDirs="true">
|
||||
<!-- NOTE: doesn't delete Unix hidden files (beginning with ".") -->
|
||||
<fileset dir="${buildroot}" excludes="eclipse/"/>
|
||||
<fileset dir="${buildroot}" excludes="eclipse/" defaultExcludes="false"/>
|
||||
</delete>
|
||||
<delete dir="${build_cobertura}"/>
|
||||
<delete dir="${build_cobertura_report}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue