From 661d9297fe7c7d1eefe4ce8a15b94c151b1b550c Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Wed, 17 Jan 2018 10:42:13 +0000 Subject: [PATCH] Default to Java 1.8 refs 2506 --- org.fortiss.af3.platform.raspberry.ui/trunk/.classpath | 2 +- org.fortiss.af3.platform.raspberry/trunk/.classpath | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.fortiss.af3.platform.raspberry.ui/trunk/.classpath b/org.fortiss.af3.platform.raspberry.ui/trunk/.classpath index 6046c7a0..1d73d526 100644 --- a/org.fortiss.af3.platform.raspberry.ui/trunk/.classpath +++ b/org.fortiss.af3.platform.raspberry.ui/trunk/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="build"/> diff --git a/org.fortiss.af3.platform.raspberry/trunk/.classpath b/org.fortiss.af3.platform.raspberry/trunk/.classpath index 2a10db21..36704c98 100644 --- a/org.fortiss.af3.platform.raspberry/trunk/.classpath +++ b/org.fortiss.af3.platform.raspberry/trunk/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="generated-src"/> <classpathentry kind="src" path="src"/> -- GitLab