From 2a8eff5cf8cb84775a96bd26e29107c20b8490d3 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Thu, 24 Apr 2014 12:04:42 -0600 Subject: [PATCH] build against Java 7 --- build.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 1abc47d..705fd15 100644 --- a/build.xml +++ b/build.xml @@ -78,7 +78,9 @@ source="${java.source}" target="${java.target}" classpathref="classpath" - includeantruntime="false" /> + includeantruntime="false"> + + - + - - + + @@ -110,7 +112,9 @@ source="${java.source}" target="${java.target}" classpathref="classpath" - includeantruntime="false" /> + includeantruntime="false"> + + @@ -123,7 +127,9 @@ source="${java.source}" target="${java.target}" classpathref="classpath" - includeantruntime="false" /> + includeantruntime="false"> + +