Skip to content

Commit 1ee7b80

Browse files
committed
Update the Oomph setup for Eclipse 2019-06
Closes gh-15200
1 parent 29de792 commit 1ee7b80

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CONTRIBUTING.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,17 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
155155

156156

157157
=== Importing into Eclipse
158-
You can import the Spring Boot code into any Eclipse Oxygen based distribution. The easiest
159-
way to setup a new environment is to use the Eclipse Installer with the provided
158+
You can import the Spring Boot code into any Eclipse 2019-06 based distribution. The
159+
easiest way to setup a new environment is to use the Eclipse Installer with the provided
160160
`.setup` file (in the `/eclipse` folder).
161161

162162

163163
==== Using the Eclipse Installer
164164
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
165165
provision a new environment. To use the installer:
166166

167-
* Download and run the latest Eclipse Installer from
168-
https://www.eclipse.org/downloads/[eclipse.org/downloads/] (under "Get Eclipse").
167+
* Download and run the latest
168+
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
169169
* Switch to "Advanced Mode" using the drop down menu on the right.
170170
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
171171
install and click "`next`".

eclipse/spring-boot-project.setup

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,18 @@
7474
name="org.eclipse.wst.web_ui.feature.feature.group"/>
7575
<requirement
7676
name="org.sonatype.m2e.buildhelper.feature.feature.group"/>
77+
<requirement
78+
name="org.springframework.boot.ide.main.feature.feature.group"/>
79+
<requirement
80+
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
81+
<requirement
82+
name="org.springframework.tooling.boot.ls.feature.feature.group"/>
7783
<repository
7884
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
7985
<repository
8086
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"/>
87+
<repository
88+
url="https://download.springsource.com/release/TOOLS/sts4/update/e4.12/"/>
8189
<description>
8290
Install the tools needed in the IDE to work with the
8391
source code for ${scope.project.label}

0 commit comments

Comments
 (0)