Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-27 08:39:15 +0000
committerMatthias Sohn2015-02-10 15:31:55 +0000
commit7d3493e7c34575910021fcd803fad85925ba9598 (patch)
treeb308be1ed64883fe369a0a9d938c2951d1b4157a /org.eclipse.mylyn.github.ui/.classpath
parent6eb01317c0092c53b988d39763434377f5a1795b (diff)
downloadegit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.gz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.tar.xz
egit-github-7d3493e7c34575910021fcd803fad85925ba9598.zip
Set minimum required Java version to Java 7
Bug: 458476 Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.github.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/.classpath b/org.eclipse.mylyn.github.ui/.classpath
index 64c5e31b..098194ca 100644
--- a/org.eclipse.mylyn.github.ui/.classpath
+++ b/org.eclipse.mylyn.github.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/J2SE-1.5"/>
+ <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.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top