Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Implement the ant clean task.
Browse files Browse the repository at this point in the history
  • Loading branch information
smsm1 committed Oct 3, 2012
1 parent e4a2053 commit 56cb794
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions build.xml
Expand Up @@ -332,15 +332,11 @@

<target name="clean"
description="clean up" >
<!-- Delete the ${build} and ${dist} directory trees -->
<!--
FIXME what is supposed to be cleaned?
<delete dir="${build}"/>
<delete dir="${dist}"/>
-->
<delete dir="${basedir}/resources/generated"/>
<delete dir="${basedir}/resources/locales"/>
<delete>
<fileset dir="${basedir}/resources" includes="potlatch2.swf*"/>
</delete>
</target>


Expand Down

0 comments on commit 56cb794

Please sign in to comment.