summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/.classpath
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-01-27 00:59:52 +0100
committerChristian Halstrick <christian.halstrick@sap.com>2015-02-09 14:11:50 +0100
commitc26bc63ef168e4da3886f376d1609b392b5651c3 (patch)
treed8b494a15f7cf463cd5a3007bb5100f7ae4c12eb /org.eclipse.jgit.pgm/.classpath
parent21f667edbaa1727e08ea9356fcbfbefdee481b2f (diff)
downloadjgit-c26bc63ef168e4da3886f376d1609b392b5651c3.tar.gz
jgit-c26bc63ef168e4da3886f376d1609b392b5651c3.zip
Set minimum required Java version to Java 7
Bug: 458475 Change-Id: Iea8f2236d4e6a94a8d14bb8cc685006ea3fd1bb7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/.classpath')
-rw-r--r--org.eclipse.jgit.pgm/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/.classpath b/org.eclipse.jgit.pgm/.classpath
index 2f7278b3c0..c5d5a577b5 100644
--- a/org.eclipse.jgit.pgm/.classpath
+++ b/org.eclipse.jgit.pgm/.classpath
@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry excluding="*|resources/|resources/" including="META-INF/" kind="src" path=""/>
<classpathentry kind="src" path="resources"/>
- <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="output" path="bin"/>
</classpath>