Skip to content

Commit

Permalink
More deletes on 'clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 20, 2011
1 parent 5051327 commit 3a35d38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ java component.
<fileset dir="${lib.dir}/repository" includes="omero/**,omero-tools/**"/>
</delete>
<delete dir="${target.dir}" quiet="true"/>
<delete dir="${omero.home}/test-output" quiet="true"/>
<delete includeemptydirs="true" quiet="true">
<fileset dir="${omero.home}/examples" includes="config.log,**/*.o,**/*.class,**/*.exe"/>
</delete>
</target>

<macrodef name="setup-py-install">
Expand Down

0 comments on commit 3a35d38

Please sign in to comment.