Skip to content

Commit

Permalink
Again... don't fail build on clean error
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeck committed Feb 18, 2011
1 parent a73008c commit 41b2156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -154,7 +154,7 @@ http://bugs.adobe.com/jira/browse/SDK-20449

<target name="clean" description="Delete build artifacts." depends="cleanDocs,cleanLessons">
<delete file="${binDir}/PBEngine.swc"/>
<delete includeemptydirs="false" quiet="false">
<delete includeemptydirs="false" quiet="false" failonerror="false">
<fileset dir="${rootDir}" includes="PushButtonEngine-*.zip"/>
<fileset dir="${rootDir}/build/testrun/" />
</delete>
Expand Down

0 comments on commit 41b2156

Please sign in to comment.