Skip to content

Commit

Permalink
Add ant clean-buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Chen committed Mar 8, 2012
1 parent 27fd188 commit 9daa213
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Expand Up @@ -51,4 +51,14 @@
<target name="interfaces" depends="clean" description="Generate the interfces">
</target>

<target name="clean-buildout"
description="clean up buildout dirs" depends="clean" >
<echo message="Clean up buildout directories. Please run `python bootstrap.py` to start buildout."/>
<delete dir="parts"/>
<delete dir="develop-eggs"/>
<delete dir="bin"/>
<delete dir="downloads"/>
<delete dir="eggs"/>
<delete file=".installed.cfg"/>
</target>
</project>

0 comments on commit 9daa213

Please sign in to comment.