8d56a93538
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.
7 lines
268 B
INI
7 lines
268 B
INI
#Wed Mar 23 15:04:38 PDT 2011
|
|
eclipse.preferences.version=1
|
|
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.5
|