@@ -8,19 +8,18 @@ Spring Framework - Eclipse/STS Project Import Guide
8
8
This script will guide you through the process of importing the Spring
9
9
Framework projects into Eclipse or the Spring Tool Suite (STS). It is
10
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.
11
+ minimum you will need Eclipse with full Java 8 support, the AspectJ
12
+ Development Tools (AJDT), and the Groovy Compiler.
13
13
14
14
This script has been tested against:
15
15
16
- - Eclipse: integration build I20140528-2000 (Luna 4.4)
17
- - STS: nightly build 3.6.0.CI-B1890632 (Luna 4.4)
18
- - AJDT: CI build AJDT-AE44-66 (Luna 4.4)
16
+ - STS: 3.6.3.RELEASE (Eclipse Luna SR1 4.4.1)
17
+ - AJDT: 2.2.4.e44x-20141118-0700 (Luna 4.4)
19
18
20
19
If you need to download and install Eclipse or STS, please do that now
21
20
by visiting one of the following sites:
22
21
23
- - Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
22
+ - Eclipse downloads: http://download.eclipse.org/eclipse/downloads
24
23
- STS downloads: http://spring.io/tools/sts/all
25
24
- STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
26
25
@@ -113,7 +112,7 @@ cat <<EOM
113
112
STEP 4: Import root project into Eclipse/STS
114
113
115
114
Follow the project import steps listed in step 2 above to import the
116
- root project.
115
+ root "spring" project.
117
116
118
117
Press enter when complete, and move on to the final step.
119
118
EOM
0 commit comments