diff --git a/A-git-in-other-environments.asc b/A-git-in-other-environments.asc index 19f22e4be..32d7f6168 100644 --- a/A-git-in-other-environments.asc +++ b/A-git-in-other-environments.asc @@ -13,8 +13,6 @@ include::book/A-git-in-other-environments/sections/visualstudio.asc[] include::book/A-git-in-other-environments/sections/visualstudiocode.asc[] -include::book/A-git-in-other-environments/sections/eclipse.asc[] - include::book/A-git-in-other-environments/sections/jetbrainsides.asc[] include::book/A-git-in-other-environments/sections/sublimetext.asc[] diff --git a/book/A-git-in-other-environments/sections/eclipse.asc b/book/A-git-in-other-environments/sections/eclipse.asc deleted file mode 100644 index ef6781709..000000000 --- a/book/A-git-in-other-environments/sections/eclipse.asc +++ /dev/null @@ -1,10 +0,0 @@ -=== Git in Eclipse - -(((Eclipse))) -Eclipse ships with a plugin called Egit, which provides a fairly-complete interface to Git operations. -It's accessed by switching to the Git Perspective (Window > Open Perspective > Other…, and select "Git"). - -.Eclipse's EGit environment -image::images/egit.png[Eclipse's EGit environment] - -EGit comes with plenty of great documentation, which you can find by going to Help > Help Contents, and choosing the "EGit Documentation" node from the contents listing. diff --git a/images/egit.png b/images/egit.png deleted file mode 100644 index 27a7011a0..000000000 Binary files a/images/egit.png and /dev/null differ diff --git a/status.json b/status.json index 61a6f2212..10f979bb5 100644 --- a/status.json +++ b/status.json @@ -107,7 +107,6 @@ "A-git-in-other-environments": { "1-git-other-environments.asc": 0, "sections/bash.asc": 0, - "sections/eclipse.asc": 0, "sections/guis.asc": 0, "sections/powershell.asc": 0, "sections/visualstudio.asc": 0,