Skip to content

Commit f0d3326

Browse files
committed
Upgrade to Eclipse 2020-09
1 parent 60523b0 commit f0d3326

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

CONTRIBUTING.adoc

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -144,35 +144,25 @@ easiest way to setup a new environment is to use the Eclipse Installer with the
144144

145145

146146
==== Using the Eclipse Installer
147-
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
148-
provision a new environment. To use the installer:
147+
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to provision a new environment.
148+
To use the installer:
149149

150-
* Download and run the latest
151-
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
150+
* Download and run the latest https://download.eclipse.org/justj/?file=oomph/products/latest[Eclipse Installer] (must be 1.19.0 or above).
152151
* Switch to "Advanced Mode" using the drop down menu on the right.
153-
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
154-
install, `2019-12` as the product version, and click "`next`".
155-
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
156-
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
157-
copy of the source code. Click "`OK`" to add the setup file to the list.
158-
* Double-click on "`Spring Boot`" from the project list to add it to the list that will
159-
be provisioned then click "`Next`".
160-
* Click show all variables and make sure that "`Checkout Location`" points to the locally
161-
cloned source code that you selected earlier. You might also want to pick a different
162-
install location here.
152+
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to install, `2020-09` as the product version, and click "`next`".
153+
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`" and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned copy of the source code.
154+
Click "`OK`" to add the setup file to the list.
155+
* Double-click on "`Spring Boot`" from the project list to add it to the list that will be provisioned then click "`Next`".
156+
* Click show all variables and make sure that "`Checkout Location`" points to the locally cloned source code that you selected earlier.
157+
You might also want to pick a different install location here.
163158
* Click "`Finish`" to install the software.
164159

165-
Once complete you should find that a local workspace has been provisioned complete with
166-
all required Eclipse plugins. Projects will be grouped into working-sets to make the code
167-
easier to navigate.
160+
Once complete you should find that a local workspace has been provisioned complete with all required Eclipse plugins.
161+
Projects will be grouped into working-sets to make the code easier to navigate.
168162

169-
If you want to work on the `spring-boot-gradle-plugin` you should remove the imported Maven
170-
project and reimport it as a Gradle project.
163+
If you want to work on the `spring-boot-gradle-plugin` you should remove the imported Maven project and reimport it as a Gradle project.
171164

172-
TIP: If you see import errors with `com.sun` packages make sure you have setup a valid
173-
`JavaSE-1.8` environment. From preferences select "`Java`", "`Installed JREs`",
174-
"`Execution Environments`" and make sure "`JavaSE-1.8`" points to a Java 1.8
175-
install (we use AdoptOpenJDK on our CI).
165+
TIP: If you see import errors with `com.sun` packages make sure you have setup a valid `JavaSE-1.8` environment. From preferences select "`Java`", "`Installed JREs`", "`Execution Environments`" and make sure "`JavaSE-1.8`" points to a Java 1.8 install (we use AdoptOpenJDK on our CI).
176166

177167

178168

eclipse/spring-boot-project.setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
name="org.eclipse.m2e.feature.feature.group"/>
7373
<requirement
7474
name="org.eclipse.oomph.setup.maven.feature.group"/>
75-
<requirement
75+
<requirement
7676
name="org.eclipse.oomph.setup.workingsets.feature.group"/>
7777
<requirement
7878
name="org.eclipse.wst.server_adapters.feature.feature.group"/>

0 commit comments

Comments
 (0)