Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-07-19 14:17:49 +0000
committerAlexander Kurtakov2018-07-19 14:17:49 +0000
commit8c1b2b8850e35987067b08881f2fe40dced5b5c2 (patch)
tree3a21ae86f039849af97bf22ab4d0033285344334 /org.eclipse.debug.examples.ui/.classpath
parent233a9f42db3dcb0a0eaebbe55a3c2574802b9805 (diff)
downloadeclipse.platform.debug-8c1b2b8850e35987067b08881f2fe40dced5b5c2.tar.gz
eclipse.platform.debug-8c1b2b8850e35987067b08881f2fe40dced5b5c2.tar.xz
eclipse.platform.debug-8c1b2b8850e35987067b08881f2fe40dced5b5c2.zip
Switch debug examples to Java 1.8 BREE.Y20180720-0300I20180719-2000
Change-Id: I99f265e74392bf2ffee4d4261944c00f4a14f42f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.debug.examples.ui/.classpath')
-rw-r--r--org.eclipse.debug.examples.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.ui/.classpath b/org.eclipse.debug.examples.ui/.classpath
index 098194ca4..eca7bdba8 100644
--- a/org.eclipse.debug.examples.ui/.classpath
+++ b/org.eclipse.debug.examples.ui/.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.7"/>
+ <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="bin"/>

Back to the top