Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-02-19 06:42:34 +0000
committerAlexander Kurtakov2016-02-19 06:42:34 +0000
commit7bb252ce081ff886475ba1eb8acc4eeda99f6267 (patch)
treeb97bdad0eb5c1518e57c737b8cf96922635f67c1 /org.eclipse.ua.tests/.classpath
parent406539b07bfefe96f008098522f257fc91183415 (diff)
downloadeclipse.platform.ua-7bb252ce081ff886475ba1eb8acc4eeda99f6267.tar.gz
eclipse.platform.ua-7bb252ce081ff886475ba1eb8acc4eeda99f6267.tar.xz
eclipse.platform.ua-7bb252ce081ff886475ba1eb8acc4eeda99f6267.zip
Bug 488072 - Move o.e.ua.tests to Java 8
Fix all the new warnings: * try-with-resources * useless type definitions Change-Id: Ib03065e19467d1ce094fe2345ee391f2a987b781 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.ua.tests/.classpath')
-rw-r--r--org.eclipse.ua.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/.classpath b/org.eclipse.ua.tests/.classpath
index d4cedb61d..2bd2ee47f 100644
--- a/org.eclipse.ua.tests/.classpath
+++ b/org.eclipse.ua.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.6"/>
+ <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="base"/>
<classpathentry kind="src" path="cheatsheet"/>

Back to the top