Merge pull request #363 from mikesir87/STS-url-fix

Fixed URLs in import-into-eclipse scripts
master
Sam Brannen 11 years ago
commit e756ef5923
  1. 2
      import-into-eclipse.bat
  2. 2
      import-into-eclipse.sh

@ -17,7 +17,7 @@ echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will
echo need Eclipse + AJDT. echo need Eclipse + AJDT.
echo. echo.
echo If you need to download and install STS, please do that now by echo If you need to download and install STS, please do that now by
echo visiting http://springsource.org/downloads/sts echo visiting http://spring.io/tools/sts/all
echo. echo.
echo Otherwise, press enter and we'll begin. echo Otherwise, press enter and we'll begin.

@ -14,7 +14,7 @@ been tested against STS $STS_TEST_VERSION), but at the minimum you will
need Eclipse + AJDT. need Eclipse + AJDT.
If you need to download and install STS, please do that now by If you need to download and install STS, please do that now by
visiting http://springsource.org/downloads/sts visiting http://spring.io/tools/sts/all
Otherwise, press enter and we'll begin. Otherwise, press enter and we'll begin.
EOM EOM

Loading…
Cancel
Save