release/build.xml: fixed clean task

This commit is contained in:
Richard Worth 2009-01-03 14:47:12 +00:00
parent 311c026798
commit 6bbff3154c

View File

@ -217,7 +217,7 @@
</target> </target>
<target depends="load.properties" name="clean"> <target depends="load.properties" name="clean">
<delete dir="${dist.dir}" /> <delete dir="dist" />
</target> </target>
</project> </project>