Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-09-20 12:06:58 +0000
committerMatthias Sohn2016-09-20 12:06:58 +0000
commit4a6a1e26fdd3cb43746ae32caf594db6232bd949 (patch)
tree6e246c32d72fe6383a08cda0633092b0d8df655f /org.eclipse.egit.github.core/.classpath
parent94a888236eaed41196ca16dc6512c127452895ea (diff)
downloadegit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.gz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.tar.xz
egit-github-4a6a1e26fdd3cb43746ae32caf594db6232bd949.zip
Change minimum execution environment to JavaSE-1.8
Change-Id: Id9ae44ede66f21edbae4c2cc192c68c1968622ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/.classpath')
-rw-r--r--org.eclipse.egit.github.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core/.classpath b/org.eclipse.egit.github.core/.classpath
index b1dabee3..b862a296 100644
--- a/org.eclipse.egit.github.core/.classpath
+++ b/org.eclipse.egit.github.core/.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