Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-17 16:12:48 +0000
committerAlexander Kurtakov2017-08-17 16:12:48 +0000
commit102c8038d5de2c3a0511eb13ebf947f18f046183 (patch)
tree7951ad1cd7a292bbb7edcba5c4a39a9deb814d8f /bundles/org.eclipse.equinox.p2.director.app/.classpath
parent33378b82c8015f78d19cb349ffcc2f482daa0cd6 (diff)
downloadrt.equinox.p2-102c8038d5de2c3a0511eb13ebf947f18f046183.tar.gz
rt.equinox.p2-102c8038d5de2c3a0511eb13ebf947f18f046183.tar.xz
rt.equinox.p2-102c8038d5de2c3a0511eb13ebf947f18f046183.zip
Bug 521075 - Move o.e.equinox.p2.director.app to Java 8 I20170818-0100I20170818-0040I20170817-2140I20170817-2000
Bump minor, add missing Override annotations, remove duplicate type declarations, try-with-resources, Change-Id: I49d32d9227c84b3c2b3a5d82e0e9ebfe74f20ac7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director.app/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.director.app/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director.app/.classpath b/bundles/org.eclipse.equinox.p2.director.app/.classpath
index 834ea833e..030607499 100644
--- a/bundles/org.eclipse.equinox.p2.director.app/.classpath
+++ b/bundles/org.eclipse.equinox.p2.director.app/.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="src" output="bin_ant" path="src_ant"/>

Back to the top