Skip to content

Commit

Permalink
Revert "Set failonerror in mirahc; not sure if this takes effect."
Browse files Browse the repository at this point in the history
This reverts commit 613e2ba.
Reverting "Set failonerror in mirahc; not sure if this takes effect."
  • Loading branch information
technomancy committed Feb 11, 2011
1 parent 613e2ba commit cd90e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/build.xml
Expand Up @@ -21,7 +21,7 @@
<target name="compile" depends="-resource-src, -aidl, javac"
description="Compiles project's .mirah files into .class files">
<mirahc src="${src}" dir="${src}" destdir="${classes}"
classpath="${classpath}" failonerror="true"/>
classpath="${classpath}" />
</target>

<setup />
Expand Down

0 comments on commit cd90e54

Please sign in to comment.