From 8d56a93538b02df0f12d0e023ec994f05bd6525f Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Wed, 23 Mar 2011 22:09:29 +0000 Subject: [PATCH] Meh, I was wrong in r841. Because the target version is 1.6, anything that tries to build against depot with a 1.5 compiler is going to blow up with a mismatched version. Go back to 1.5 in build.xml and pom.xml, but leave Eclipse using a 1.6 JVM. This means if anyone regenerates the m2eclipse configuration, this will break in Eclipse again. Lame. --- .settings/org.eclipse.jdt.core.prefs | 8 ++++---- build.xml | 12 ++++++++---- pom.xml | 4 ++-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index e37f34d..aa3da0b 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,6 @@ -#Wed Mar 23 12:51:22 PDT 2011 +#Wed Mar 23 15:04:38 PDT 2011 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/build.xml b/build.xml index af826fa..c79d876 100644 --- a/build.xml +++ b/build.xml @@ -28,10 +28,12 @@ - + - + @@ -57,10 +59,12 @@ - + - + diff --git a/pom.xml b/pom.xml index b3e8e28..7562646 100644 --- a/pom.xml +++ b/pom.xml @@ -86,8 +86,8 @@ maven-compiler-plugin 2.3.2 - 1.6 - 1.6 + 1.5 + 1.5 true true true