Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-07 08:57:20 +0000
committerAlexander Kurtakov2018-06-07 08:57:20 +0000
commit1c26af582a12646a42c7b2bd96e8fa257204d8ff (patch)
tree01c5991985c058000564d25489ed8eaa385941c8 /bundles/org.eclipse.equinox.p2.testserver/.classpath
parentd327fa362c43c139dee7958fb55ae76ec5a25f55 (diff)
downloadrt.equinox.p2-1c26af582a12646a42c7b2bd96e8fa257204d8ff.tar.gz
rt.equinox.p2-1c26af582a12646a42c7b2bd96e8fa257204d8ff.tar.xz
rt.equinox.p2-1c26af582a12646a42c7b2bd96e8fa257204d8ff.zip
Bug 535636 - Update bundles to Java 1.8
Take care of various modernizations and updates in p2.testserver. Change-Id: Id5ad446c1cab4cf81702a28e976c41a41070cd58 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.testserver/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.testserver/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.testserver/.classpath b/bundles/org.eclipse.equinox.p2.testserver/.classpath
index 64c5e31b7..eca7bdba8 100644
--- a/bundles/org.eclipse.equinox.p2.testserver/.classpath
+++ b/bundles/org.eclipse.equinox.p2.testserver/.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/J2SE-1.5"/>
+ <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