This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 2902355bd0696ee958ff76a74afb811853096a6c Author: Cedric Beust <[email protected]> Date: Wed Aug 14 21:02:41 2013 -0700 Remove 1.5 from build.xml --- build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.xml b/build.xml index ed1fc56..a64982f 100644 --- a/build.xml +++ b/build.xml @@ -7,7 +7,6 @@ <property file="build.properties" /> <property name="optimize" value="false" /> - <property name="build.compiler" value="javac1.5" /> <!-- ====================================================================== --> <!-- PREPARE --> @@ -34,7 +33,7 @@ <!-- java greater than 1.5 required to build --> <condition property="requiredJavaVersion"> <or> - <equals arg1="${ant.java.version}" arg2="1.5" /> + <equals arg1="${ant.java.version}" arg2="1.7" /> <equals arg1="${ant.java.version}" arg2="1.6" /> </or> </condition> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

