Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-10-08 06:33:52 +0000
committerAlexander Kurtakov2020-10-08 06:33:52 +0000
commit45d8b60321b7578dcafb79f25783f7455ff5c298 (patch)
tree266b91fa6c463db72a122ce660a756e5b3d29679 /bundles
parent41d612bab16408c82f25f02d1d786187a092888f (diff)
downloadrt.equinox.p2-45d8b60321b7578dcafb79f25783f7455ff5c298.tar.gz
rt.equinox.p2-45d8b60321b7578dcafb79f25783f7455ff5c298.tar.xz
rt.equinox.p2-45d8b60321b7578dcafb79f25783f7455ff5c298.zip
Fix classpath file in p2.tests.
It was out of sync with BREE in manifest. Change-Id: I579f07d22b66d3166b23c3667c15358019e0b07a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/.classpath b/bundles/org.eclipse.equinox.p2.tests/.classpath
index 3e5654f17..a42a828e0 100644
--- a/bundles/org.eclipse.equinox.p2.tests/.classpath
+++ b/bundles/org.eclipse.equinox.p2.tests/.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">
<attributes>

Back to the top