Mercurial > hg4j
diff build.xml @ 613:f41dd9a3b8af v1.1m4
Remove few Experimental annotations as the API they've marked graduates
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 10 May 2013 17:31:27 +0200 |
parents | e4a71afd3c71 |
children | 4ec2d44e2bf3 |
line wrap: on
line diff
--- a/build.xml Fri May 10 14:29:35 2013 +0200 +++ b/build.xml Fri May 10 17:31:27 2013 +0200 @@ -149,7 +149,7 @@ <target name="build-tests" depends="build-lib"> <mkdir dir="bin" /> - <javac srcdir="test" destdir="bin" debug="${compile-with-debug}" > + <javac srcdir="test" destdir="bin" debug="${compile-with-debug}" includeantruntime="no"> <classpath> <pathelement location="${hg4j.jar}"/> <pathelement location="${junit.jar}"/> @@ -165,7 +165,7 @@ <target name="build-cmdline" depends="build-lib"> <mkdir dir="bin" /> - <javac srcdir="cmdline" destdir="bin" debug="${compile-with-debug}"> + <javac srcdir="cmdline" destdir="bin" debug="${compile-with-debug}" includeantruntime="no"> <classpath> <pathelement location="${hg4j.jar}"/> <pathelement location="${junit.jar}"/>