Skip to content

Commit

Permalink
Explicitly set "includeantruntime" to "false" to silence an Ant warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth committed Sep 13, 2012
1 parent 0d748bf commit b4c9997
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 @@ -25,7 +25,7 @@
</target>

<target name="compile" depends="-init">
<javac target="1.5" source="1.5" debug="true" destdir="${classes.dir}" classpath="${android.jar}">
<javac target="1.5" source="1.5" debug="true" destdir="${classes.dir}" classpath="${android.jar}" includeantruntime="false">
<src path="${source.dir}"/>
</javac>
</target>
Expand Down

0 comments on commit b4c9997

Please sign in to comment.