Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-18 10:52:34 +0000
committerAlexander Kurtakov2017-08-18 10:52:34 +0000
commit08b1c52015387463c263add217c6807d0aec7dba (patch)
tree4c3b099cfa963f165a65201e9c4d3ee00422480d /bundles/org.eclipse.equinox.p2.core/.classpath
parent102c8038d5de2c3a0511eb13ebf947f18f046183 (diff)
downloadrt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.tar.gz
rt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.tar.xz
rt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.zip
Bug 521108 - Move p2 core to Java 8
Bump minor version, add missing Override annotations, remove duplicate type declarations, try-with-resources. Change-Id: I4dc835c94677520b8219b9eae1157cfd41f37ab6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/.classpath b/bundles/org.eclipse.equinox.p2.core/.classpath
index 64c5e31b7..eca7bdba8 100644
--- a/bundles/org.eclipse.equinox.p2.core/.classpath
+++ b/bundles/org.eclipse.equinox.p2.core/.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