Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-05-10 18:48:29 +0000
committerAlexander Kurtakov2021-05-10 20:25:35 +0000
commit119b13119a348c01483e573855260476050d0a1c (patch)
treefaa69e1b1e1944b4ce2eff9633220a64d5084636 /org.eclipse.debug.examples.ui/.classpath
parent2b35c92d27751a6d40f962e2d9c255f3cc1fe6fa (diff)
downloadeclipse.platform.debug-119b13119a348c01483e573855260476050d0a1c.tar.gz
eclipse.platform.debug-119b13119a348c01483e573855260476050d0a1c.tar.xz
eclipse.platform.debug-119b13119a348c01483e573855260476050d0a1c.zip
Bug 573463 - Move bundles with deps on Java 11 to it too
Move org.eclipse.debug.examples.ui Change-Id: I243c297f15b1766b90914c60110f7dfd8ac0fb29 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180423 Tested-by: Platform Bot <platform-bot@eclipse.org>
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 eca7bdba8..e801ebfb4 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.8"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top