Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ritchie2016-03-29 19:54:12 +0000
committerColin Ritchie2016-04-25 18:35:33 +0000
commit4bbdb1390229642767aba05538f73ab5bb856ea4 (patch)
tree907fa9d908d07d3bc4d811815e8ed3efdca7d7dd /connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath
parentde427d8fbc088efffb4857a46d186926db68430d (diff)
downloadorg.eclipse.mylyn.tasks-4bbdb1390229642767aba05538f73ab5bb856ea4.tar.gz
org.eclipse.mylyn.tasks-4bbdb1390229642767aba05538f73ab5bb856ea4.tar.xz
org.eclipse.mylyn.tasks-4bbdb1390229642767aba05538f73ab5bb856ea4.zip
487770: Mylyn bundles require Java 8
Change-Id: I17c362d99d2f87cfd50a3233ee8c32d8e4fe4320 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=487770 Signed-off-by: Colin Ritchie <colin.ritchie@tasktop.com>
Diffstat (limited to 'connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath
index 098194ca4..eca7bdba8 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.classpath
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/.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