Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-09-17 06:34:31 +0000
committerAndrey Loskutov2020-09-17 06:34:31 +0000
commitcdbbb5159f81811b3c340a8888a7255c74543e5d (patch)
treea72ac0bd608f05a0da296651b4d979c353deba1d
parent4722c6d4706d7bcf7cdf3efbfa6946027c146b06 (diff)
downloadrt.equinox.p2-cdbbb5159f81811b3c340a8888a7255c74543e5d.tar.gz
rt.equinox.p2-cdbbb5159f81811b3c340a8888a7255c74543e5d.tar.xz
rt.equinox.p2-cdbbb5159f81811b3c340a8888a7255c74543e5d.zip
Change-Id: I4011a7a50a3e31598e3aba724e99ff6db9253534 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/.classpath b/bundles/org.eclipse.equinox.p2.repository/.classpath
index eca7bdba8..e801ebfb4 100644
--- a/bundles/org.eclipse.equinox.p2.repository/.classpath
+++ b/bundles/org.eclipse.equinox.p2.repository/.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