Skip to content

Commit f2c37fc

Browse files
committed
Update regarding tested versions of Eclipse & STS
1 parent ae29f48 commit f2c37fc

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

import-into-eclipse.sh

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ Spring Framework Eclipse/STS project import guide
77
88
This script will guide you through the process of importing the Spring
99
Framework 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
1519
If you need to download and install Eclipse or STS, please do that now
1620
by 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
2226
Otherwise, press enter, and we'll begin.
2327
EOM

0 commit comments

Comments
 (0)