I\'m using the J2EE bundle of Eclipse Kepler, and I\'m working with Git.
I\'m also using git-extension as a UI to git, and I wouldn\'t trade it for anything else, s
Found this link -> http://blog.sarathonline.com/2012/05/eclipse-indigo-without-mylyn.html
Please read the whole link, but in case it goes dead these are the move instructions from that link.
# cd path/to/eclipse/installation
mkdir disabled disabled/features disabled/plugins
# Disable egit/jgit
mv features/*egit* disabled/features/
mv plugins/*jgit* disabled/plugins/
mv plugins/*egit* disabled/plugins