Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-10-10 06:43:54 +0000
committerAlexander Kurtakov2017-10-10 06:43:54 +0000
commit48f954851c5786c15397c6ebdd2f67adf2d804d3 (patch)
tree878e13575992e56fe62c85950f696aaabcff4757 /bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
parent0aa14c050b4201458ad17d51dd5370a3a7997a7d (diff)
downloadrt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.tar.gz
rt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.tar.xz
rt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.zip
Bug 525796 - Move transport.ecf to Java 8
* Bump BREE. * Bump minor version. * Enable warnings for newer Java versions. * Add missing Override annotations. * Lambda conversion. * Remove redundant type arguments. * Add missing NON-NLS Change-Id: Ib09042c1913e41fc46e0f7b85e29942b1835f75a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath b/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
index 64c5e31b7..eca7bdba8 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/.classpath
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/.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