Skip to content

Commit

Permalink
Fixes a minor build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
asual committed Sep 28, 2013
1 parent 8a0b48d commit 07ffee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<target name="dist">
<echo message="Cleaning dist..." />
<delete includeemptydirs="true">
<delete includeemptydirs="true" failonerror="false">
<fileset dir="${dist.dir}" includes="**/*" />
</delete>
<echo message="Validating files..." />
Expand Down

0 comments on commit 07ffee4

Please sign in to comment.