From f8567d15fee3bf4251e3324f1809edb29cd75645 Mon Sep 17 00:00:00 2001 From: Dave Brosius Date: Thu, 2 May 2013 10:08:44 -0400 Subject: [PATCH] explicitly set java source and target to 1.6 for the ant tasks patch by dbrosius reviewed by slebresne for CASSANDRA-5533 --- build.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 57e3ab2ad9..43172c9bc6 100644 --- a/build.xml +++ b/build.xml @@ -60,6 +60,10 @@ + + + + @@ -650,12 +654,12 @@ + destdir="${build.classes.thrift}" includeantruntime="false" source="${source.version}" target="${target.version}"> + destdir="${build.classes.main}" includeantruntime="false" source="${source.version}" target="${target.version}"> @@ -941,7 +945,9 @@ + destdir="${test.classes}" + source="${source.version}" + target="${target.version}">