Skip to content

Commit

Permalink
Remove warning about Ant runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvik committed Dec 4, 2011
1 parent d833bc8 commit d0fe9e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-support/clojure.xml
Expand Up @@ -63,7 +63,8 @@
bootclasspathref="android.target.classpath"
verbose="${verbose}"
classpath="${extensible.classpath}"
classpathref="jar.libs.ref">
classpathref="jar.libs.ref"
includeantruntime="false">
<src path="${source.absolute.dir}" />
<src path="${gen.absolute.dir}" />
<classpath>
Expand Down

0 comments on commit d0fe9e5

Please sign in to comment.