Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
clean also index directory and files for jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Jan 3, 2013
1 parent af8c0db commit 280e3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/dvdstore/build.xml
Expand Up @@ -85,6 +85,7 @@

<target name="clean-tests">
<delete dir="${tests.module.dir}/${target.dir}"/>
<delete dir="${tests.module.dir}/dvdindexes"/>
</target>

<!-- Compile -->
Expand Down
1 change: 1 addition & 0 deletions examples/seamspace/build.xml
Expand Up @@ -89,6 +89,7 @@

<target name="clean-tests">
<delete dir="${tests.module.dir}/${target.dir}"/>
<delete file="${tests.module.dir}/jacoco.exec"/>
</target>

<!-- Compile -->
Expand Down

0 comments on commit 280e3ae

Please sign in to comment.