I wanted to download spring source from
https://github.com/SpringSource/spring-framework
I have installed Git in my local Windows Vista Machine. How to download and setup in eclipse project.
I wanted to download spring source from https://github.com/SpringSource/spring-framework I have installed Git in my
Share
Take a look at the readme in the spring-framework repository for how to build the project and import it into eclipse.
If you use the EGit plugin for eclipse, you should be able to clone the spring-framework repository from within eclipse and have it setup as a new project.