Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-06-30 06:25:49 +0000
committerAlexander Kurtakov2016-06-30 06:25:49 +0000
commit779b48d505fb884c798172493096bd6a6014918f (patch)
tree71a61c2b6057dc1dbabb55c71510e366afaea107 /org.eclipse.help.webapp/.classpath
parent3a9b14a702b624ba9dbdfb869c95bae462e60d63 (diff)
downloadeclipse.platform.ua-779b48d505fb884c798172493096bd6a6014918f.tar.gz
eclipse.platform.ua-779b48d505fb884c798172493096bd6a6014918f.tar.xz
eclipse.platform.ua-779b48d505fb884c798172493096bd6a6014918f.zip
Bug 497048 - Move o.e.help.webapp to Java 1.8
Bump BREE and version to reflect the BREE change. Comparator converted to lambda. Change-Id: I15ff0beb7378a31ff4d86f90cb5376bf129cb23b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.webapp/.classpath')
-rw-r--r--org.eclipse.help.webapp/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/.classpath b/org.eclipse.help.webapp/.classpath
index 098194ca4..eca7bdba8 100644
--- a/org.eclipse.help.webapp/.classpath
+++ b/org.eclipse.help.webapp/.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.7"/>
+ <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