diff options
author | Jean-Philippe Lesot <jplesot@google.com> | 2014-11-28 14:19:31 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-28 14:19:31 +0000 |
commit | 8a2bda5cc5aaf67d5b7f14829a8d84ff86897c11 (patch) | |
tree | 8c562ce6b156146a57ebd03c921ac3326b680dde | |
parent | ae5da8a8da5a1f473902aa063b035509400c9774 (diff) | |
parent | bdc5d085eb18b945d19a2c5920e5445a7e6d5dce (diff) | |
download | toolchain_jill-8a2bda5cc5aaf67d5b7f14829a8d84ff86897c11.zip toolchain_jill-8a2bda5cc5aaf67d5b7f14829a8d84ff86897c11.tar.gz toolchain_jill-8a2bda5cc5aaf67d5b7f14829a8d84ff86897c11.tar.bz2 |
Merge "Set Eclipse classpath with 1.6" into ub-jack
-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> |