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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user