r/m entire build dir on clean as suggested in #19

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@759336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-03-27 20:41:42 +00:00
parent 63b5310b6b
commit a3b0c9d0ee
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
<mkdir dir="${test.classes}"/>
</target>
<target name="clean">
<delete dir="${build.classes}"/>
<delete dir="${test.classes}"/>
<delete dir="${build.dir}" />
</target>
<target depends="clean" name="cleanall"/>