diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-12 14:21:45 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-12 14:28:12 +0100 |
commit | a2bc25c39aaeb299014b68cacd6e66b7fe64a9ab (patch) | |
tree | 353ba39da7b7102fbae77db8298840a7354fc629 /.classpath | |
parent | 1815a7828e425549a7ace95005f8507ef50ed8cb (diff) | |
download | lombok-a2bc25c39aaeb299014b68cacd6e66b7fe64a9ab.tar.gz lombok-a2bc25c39aaeb299014b68cacd6e66b7fe64a9ab.tar.bz2 lombok-a2bc25c39aaeb299014b68cacd6e66b7fe64a9ab.zip |
eclipse project now explicitly defines target JVM as 1.6. Technically it's a mix of 1.5 and 1.6, but that is not expressible in eclipse .classpath files.
Updated eclipse project settings to be more specific (less 'workspace default').
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ <classpathentry kind="src" path="experimental/src"/> <classpathentry kind="src" path="test/delombok/src"/> <classpathentry kind="src" path="test/core/src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.jdt.core_3.5.0.v_963.jar"/> <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar"/> <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.core.runtime_3.5.0.v20090525.jar"/> |