Update Eclipse import script regarding AJDT
This commit is contained in:
parent
72baa9bf27
commit
98a224fed9
|
|
@ -3,7 +3,7 @@ clear
|
|||
cat <<EOM
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Spring Framework Eclipse/STS project import guide
|
||||
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
|
||||
|
|
@ -14,7 +14,8 @@ 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)
|
||||
- STS: nightly build 3.6.0.CI-B1890632 (Luna 4.4)
|
||||
- AJDT: CI build AJDT-AE44-66 (Luna 4.4)
|
||||
|
||||
If you need to download and install Eclipse or STS, please do that now
|
||||
by visiting one of the following sites:
|
||||
|
|
@ -23,7 +24,15 @@ by visiting one of the following sites:
|
|||
- 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.
|
||||
If you need to install a recent CI build for AJDT (i.e., so that the
|
||||
spring-aspects module properly compiles in Eclipse/STS), click on the
|
||||
"Artifacts" tab of a successful CI build and copy the link to the
|
||||
"update site" which you can then use to install or update AJDT within
|
||||
Eclipse/STS.
|
||||
|
||||
- AJDT CI builds: https://build.spring.io/browse/AJDT-AE44
|
||||
|
||||
Once Eclipse/STS is installed, press enter, and we'll begin.
|
||||
EOM
|
||||
|
||||
read
|
||||
|
|
|
|||
Loading…
Reference in New Issue