Skip to content

Commit 818d553

Browse files
committed
Upgrade to Eclipse 2019.9
Upgrade our Oomph setup to use Eclipse 2019.9 See gh-19280
1 parent 3d35efb commit 818d553

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ can run this from the top-level directory:
138138

139139

140140
=== Importing into Eclipse
141-
You can import the Spring Boot code into any Eclipse 2019-03-based distribution. The
141+
You can import the Spring Boot code into any Eclipse 2019-09-based distribution. The
142142
easiest way to setup a new environment is to use the Eclipse Installer with the provided
143143
`spring-boot-project.setup` file (in the `/eclipse` folder).
144144

@@ -151,7 +151,7 @@ provision a new environment. To use the installer:
151151
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
152152
* Switch to "Advanced Mode" using the drop down menu on the right.
153153
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
154-
install, `2019-03` as the product version, and click "`next`".
154+
install, `2019-09` as the product version, and click "`next`".
155155
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
156156
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
157157
copy of the source code. Click "`OK`" to add the setup file to the list.

eclipse/spring-boot-project.setup

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<requirement
6060
name="org.eclipse.jdt.feature.group"/>
6161
<requirement
62-
name="io.spring.javaformat.eclipse.feature.feature.group" versionRange="[0.0.15,0.0.16)"/>
62+
name="io.spring.javaformat.eclipse.feature.feature.group"/>
6363
<requirement
6464
name="org.eclipse.jst.server_adapters.feature.feature.group"/>
6565
<requirement
@@ -69,9 +69,11 @@
6969
<requirement
7070
name="org.eclipse.jst.web_ui.feature.feature.group"/>
7171
<requirement
72-
name="org.eclipse.m2e.feature.feature.group" versionRange="[1.11.0, 1.12.0)"/>
72+
name="org.eclipse.m2e.feature.feature.group"/>
7373
<requirement
74-
name="org.eclipse.oomph.setup.maven.feature.group" versionRange="[1.12.0, 1.13.0)"/>
74+
name="org.eclipse.oomph.setup.maven.feature.group"/>
75+
<requirement
76+
name="org.eclipse.oomph.setup.workingsets.feature.group"/>
7577
<requirement
7678
name="org.eclipse.wst.server_adapters.feature.feature.group"/>
7779
<requirement
@@ -89,7 +91,7 @@
8991
<repository
9092
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"/>
9193
<repository
92-
url="https://download.springsource.com/release/TOOLS/sts4/update/e4.11/"/>
94+
url="https://download.springsource.com/release/TOOLS/sts4/update/latest/"/>
9395
<description>
9496
Install the tools needed in the IDE to work with the
9597
source code for ${scope.project.label}

0 commit comments

Comments
 (0)