diff options
author | Jean-Philippe Lesot <jplesot@google.com> | 2014-11-28 15:08:24 +0100 |
---|---|---|
committer | Jean-Philippe Lesot <jplesot@google.com> | 2014-11-28 15:08:24 +0100 |
commit | bdc5d085eb18b945d19a2c5920e5445a7e6d5dce (patch) | |
tree | e6cbc9ae8af23fb84b2c6cdf3e69b3987e465faf | |
parent | 0f5335fb7a5710a26826df215d31289d91868d91 (diff) | |
download | toolchain_jill-bdc5d085eb18b945d19a2c5920e5445a7e6d5dce.zip toolchain_jill-bdc5d085eb18b945d19a2c5920e5445a7e6d5dce.tar.gz toolchain_jill-bdc5d085eb18b945d19a2c5920e5445a7e6d5dce.tar.bz2 |
Set Eclipse classpath with 1.6
Change-Id: I1aef73919cadfcc8fea1a8e32d9ec37dc78f9cf7
-rw-r--r-- | jill/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jill/.classpath b/jill/.classpath index 178c117..1d0fd46 100644 --- a/jill/.classpath +++ b/jill/.classpath @@ -2,7 +2,6 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="tests"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry combineaccessrules="false" kind="src" path="/Jack"/> <classpathentry kind="lib" path="libs/args4j-lib.jar"/> @@ -12,5 +11,6 @@ <classpathentry kind="lib" path="libs/jsr305-lib.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/Scheduler"/> <classpathentry combineaccessrules="false" kind="src" path="/Dx"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="output" path="bin"/> </classpath> |