Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-06-20 13:27:40 +0000
committerGerrit Code Review @ Eclipse.org2016-06-22 18:51:43 +0000
commit9e1e981b4d88b4c585684b8c1ab6d767b3f742cb (patch)
tree0c52dc8a472573f71bdd22cb0dbf0373e5d50a6a /build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath
parentb46b3388e84bbe0af2b4224c36f3f6709f1b7358 (diff)
downloadorg.eclipse.cdt-9e1e981b4d88b4c585684b8c1ab6d767b3f742cb.tar.gz
org.eclipse.cdt-9e1e981b4d88b4c585684b8c1ab6d767b3f742cb.tar.xz
org.eclipse.cdt-9e1e981b4d88b4c585684b8c1ab6d767b3f742cb.zip
Move the rest of the CDT plugins to java 8
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath b/build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath
index b277a8ac870..01836c4842f 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top