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 /org.eclipse.mylyn.trac.core/.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 'org.eclipse.mylyn.trac.core/.classpath')
-rw-r--r--org.eclipse.mylyn.trac.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac.core/.classpath b/org.eclipse.mylyn.trac.core/.classpath
index 3bc247511..22f30643c 100644
--- a/org.eclipse.mylyn.trac.core/.classpath
+++ b/org.eclipse.mylyn.trac.core/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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="output" path="bin"/>
</classpath>

Back to the top