Reenable cleaning up of work directory (which was unintentionally disabled)

This commit is contained in:
hns 2004-06-29 14:07:37 +00:00
parent 8a718dc76e
commit 726c656689

View file

@ -181,7 +181,7 @@
</antcall> </antcall>
<!-- clean up --> <!-- clean up -->
<!-- delete dir="${build.work}"/ --> <delete dir="${build.work}"/>
</target> </target>