Skip to content

Commit f7d594b

Browse files
committed
Update Eclipse project import script
1 parent c2101cb commit f7d594b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

import-into-eclipse.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ Spring Framework - Eclipse/STS Project Import Guide
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
1010
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.
1313
1414
This script has been tested against:
1515
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)
1918
2019
If you need to download and install Eclipse or STS, please do that now
2120
by visiting one of the following sites:
2221
23-
- Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
22+
- Eclipse downloads: http://download.eclipse.org/eclipse/downloads
2423
- STS downloads: http://spring.io/tools/sts/all
2524
- STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
2625
@@ -113,7 +112,7 @@ cat <<EOM
113112
STEP 4: Import root project into Eclipse/STS
114113
115114
Follow the project import steps listed in step 2 above to import the
116-
root project.
115+
root "spring" project.
117116
118117
Press enter when complete, and move on to the final step.
119118
EOM

0 commit comments

Comments
 (0)