Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-06 08:55:03 +0000
committerAlexander Kurtakov2020-11-06 13:01:42 +0000
commit26470479edfbf4c0ba19945b810ec6b8ff3e8168 (patch)
tree0d3da8bd3df6d88714ee43030d07d0dff5178df5 /examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath
parent534a3f854ba102deeb35231617dcff4e84dcd166 (diff)
downloadrt.equinox.p2-26470479edfbf4c0ba19945b810ec6b8ff3e8168.tar.gz
rt.equinox.p2-26470479edfbf4c0ba19945b810ec6b8ff3e8168.tar.xz
rt.equinox.p2-26470479edfbf4c0ba19945b810ec6b8ff3e8168.zip
Some of their dependencies are already at Java 11 BREE so this fixes a warning in the workspace. Change-Id: Ib3041530596f9862b8d597d4c404e88ddcfc80e5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath b/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath
index eca7bdba8..e801ebfb4 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.classpath
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.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