Merge branch 'cassandra-1.2' into trunk

This commit is contained in:
Jonathan Ellis 2013-03-22 23:06:31 -05:00
commit b4b565af1d
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
</target>
<target depends="clean" name="cleanall"/>
<target name="realclean" depends="clean">
<target name="realclean" depends="clean" description="Remove the entire build directory and all downloaded artifacts">
<delete dir="${build.dir}" />
</target>