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:
Charlie Groves
2011-03-23 22:09:29 +00:00
parent 7129295906
commit 8d56a93538
3 changed files with 14 additions and 10 deletions
+4 -4
View File
@@ -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