@@ -7,17 +7,21 @@ Spring Framework Eclipse/STS project import guide
77
88This script will guide you through the process of importing the Spring
99Framework projects into Eclipse or the Spring Tool Suite (STS). It is
10- recommended that you have a recent version of Eclipse or STS with full
11- support for Java 8 (this script has been tested against Eclipse Luna
12- 4.4 integration build I20140520-2000), but as a bare minimum you will
13- need Eclipse with Java 8 support, AJDT, and the Groovy Compiler.
10+ recommended that you have a recent version of Eclipse or STS. As a bare
11+ minimum you will need Eclipse with full Java 8 support, AJDT, and the
12+ Groovy Compiler.
13+
14+ This script has been tested against:
15+
16+ - Eclipse: integration build I20140528-2000 (Luna 4.4)
17+ - STS: nightly build 3.6.0.CI-B1874144 (Luna 4.4)
1418
1519If you need to download and install Eclipse or STS, please do that now
1620by visiting one of the following sites:
1721
18- Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
19- STS downloads: http://spring.io/tools/sts/all
20- STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
22+ - Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
23+ - STS downloads: http://spring.io/tools/sts/all
24+ - STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
2125
2226Otherwise, press enter, and we'll begin.
2327EOM
0 commit comments