author | Simon Howkins <simonh@symbian.org> |
Mon, 12 Jul 2010 17:26:59 +0100 | |
changeset 1168 | fab4ba9e8d93 |
parent 1167 | 18bce39467dc |
child 1169 | 5fafe4f9fda8 |
common/build.xml | file | annotate | diff | comparison | revisions |
--- a/common/build.xml Mon Jul 12 16:03:08 2010 +0100 +++ b/common/build.xml Mon Jul 12 17:26:59 2010 +0100 @@ -279,7 +279,7 @@ </then> </if> <!-- Delete build directory --> - <delete dir="${prep.build.dir}"/> + <delete dir="${prep.build.dir}" failonerror="false" deleteonexit="true"/> </target> <target name="sf-prebuild" depends="sf-prep,sf-prebuild-noprep"/>