Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-08-25 23:36:44 +0000
committerMatthias Sohn2016-09-20 13:25:48 +0000
commit31039bf7c8edac10c337cd057f98a8471b39d9b9 (patch)
tree68c3ae5e8299ec0f638ab2cfdf68d304626c518a /EGIT_INSTALL
parent2e900ddeec2ec318fe4b261510de35849c1fc6ba (diff)
downloadegit-31039bf7c8edac10c337cd057f98a8471b39d9b9.tar.gz
egit-31039bf7c8edac10c337cd057f98a8471b39d9b9.tar.xz
egit-31039bf7c8edac10c337cd057f98a8471b39d9b9.zip
Change EGit minimum execution environment to JavaSE-1.8
Bug: 500059 JGit-Dependency: I47f3f6749a67da52029f84e002d9b155ed56d2b7 Change-Id: I7c13a9617fb32774842dc146dab564d15d5033af Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'EGIT_INSTALL')
-rw-r--r--EGIT_INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/EGIT_INSTALL b/EGIT_INSTALL
index b5ab57bd62..44fbb358c4 100644
--- a/EGIT_INSTALL
+++ b/EGIT_INSTALL
@@ -8,7 +8,7 @@ things.
- Eclipse version 3.8.2/4.2.2 or newer
-- Since 4.0 JGit and EGit require Java 7.
+- Since 4.6 JGit and EGit require Java 8.
- A reasonably recent version of Git itself installed on your platform to
take care of what the plugin does not yet do or do things that native
@@ -30,7 +30,7 @@ DEBUGGING INSTRUCTIONS
- Select the org.eclipse.egit.ui project, and using the context menu select
Run As(or Debug As) / Eclipse Application. Make sure the application runs
- using JDK 1.7 or newer.
+ using JDK 1.8 or newer.
REPORTING BUGS

Back to the top