Skip to content

Commit

Permalink
Update regarding tested versions of Eclipse & STS
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 5, 2014
1 parent ae29f48 commit f2c37fc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions import-into-eclipse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ Spring Framework Eclipse/STS project import guide
This script will guide you through the process of importing the Spring
Framework projects into Eclipse or the Spring Tool Suite (STS). It is
recommended that you have a recent version of Eclipse or STS with full
support for Java 8 (this script has been tested against Eclipse Luna
4.4 integration build I20140520-2000), but as a bare minimum you will
need Eclipse with Java 8 support, AJDT, and the Groovy Compiler.
recommended that you have a recent version of Eclipse or STS. As a bare
minimum you will need Eclipse with full Java 8 support, AJDT, and the
Groovy Compiler.
This script has been tested against:
- Eclipse: integration build I20140528-2000 (Luna 4.4)
- STS: nightly build 3.6.0.CI-B1874144 (Luna 4.4)
If you need to download and install Eclipse or STS, please do that now
by visiting one of the following sites:
Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
STS downloads: http://spring.io/tools/sts/all
STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
- Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
- STS downloads: http://spring.io/tools/sts/all
- STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
Otherwise, press enter, and we'll begin.
EOM
Expand Down

0 comments on commit f2c37fc

Please sign in to comment.