Update regarding tested versions of Eclipse & STS

master
Sam Brannen 10 years ago
parent ae29f48f5f
commit f2c37fcdb4
  1. 18
      import-into-eclipse.sh

@ -7,17 +7,21 @@ Spring Framework Eclipse/STS project import guide
This script will guide you through the process of importing the Spring This script will guide you through the process of importing the Spring
Framework projects into Eclipse or the Spring Tool Suite (STS). It is Framework projects into Eclipse or the Spring Tool Suite (STS). It is
recommended that you have a recent version of Eclipse or STS with full recommended that you have a recent version of Eclipse or STS. As a bare
support for Java 8 (this script has been tested against Eclipse Luna minimum you will need Eclipse with full Java 8 support, AJDT, and the
4.4 integration build I20140520-2000), but as a bare minimum you will Groovy Compiler.
need Eclipse with Java 8 support, AJDT, and the 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)
If you need to download and install Eclipse or STS, please do that now If you need to download and install Eclipse or STS, please do that now
by visiting one of the following sites: by visiting one of the following sites:
Eclipse downloads: http://download.eclipse.org/eclipse/downloads/ - Eclipse downloads: http://download.eclipse.org/eclipse/downloads/
STS downloads: http://spring.io/tools/sts/all - STS downloads: http://spring.io/tools/sts/all
STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html - STS nightly builds: http://dist.springsource.com/snapshot/STS/nightly-distributions.html
Otherwise, press enter, and we'll begin. Otherwise, press enter, and we'll begin.
EOM EOM

Loading…
Cancel
Save