explicitly set java source and target to 1.6 for the ant tasks

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b4b4f6a9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b4b4f6a9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b4b4f6a9

Branch: refs/heads/trunk
Commit: b4b4f6a95c1c80f34c287db675d5a23d705e11dc
Parents: d5754ab
Author: Dave Brosius <dbros...@apache.org>
Authored: Thu May 2 10:18:03 2013 -0400
Committer: Dave Brosius <dbros...@apache.org>
Committed: Thu May 2 10:18:03 2013 -0400

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b4b4f6a9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3d76d14..b77c417 100644
--- a/build.xml
+++ b/build.xml
@@ -708,7 +708,7 @@
     </path>
     <target name="stress-build" depends="build">
        <mkdir dir="${stress.build.classes}" />
-        <javac destdir="${stress.build.classes}" includeantruntime="true">
+        <javac destdir="${stress.build.classes}" includeantruntime="true" 
source="${source.version}" target="${target.version}">
             <src path="${stress.build.src}" />
             <classpath>
                 <path refid="cassandra.classes" />

Reply via email to