Skip to content

Commit 72f7985

Browse files
committed
Drop back to Eclipse 2019-03 to avoid m2e regression
Closes gh-15200
1 parent 0cfcfb1 commit 72f7985

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ 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 2019-06 based distribution. The
158+
You can import the Spring Boot code into any Eclipse 2019-03-based distribution. The
159159
easiest way to setup a new environment is to use the Eclipse Installer with the provided
160-
`.setup` file (in the `/eclipse` folder).
160+
`spring-boot-project.setup` file (in the `/eclipse` folder).
161161

162162

163163
==== Using the Eclipse Installer
@@ -168,7 +168,7 @@ provision a new environment. To use the installer:
168168
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
171-
install and click "`next`".
171+
install, `2019-03` as the product version, and click "`next`".
172172
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
173173
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
174174
copy of the source code. Click "`OK`" to add the setup file to the list.

eclipse/spring-boot-project.setup

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,14 @@
6666
name="org.eclipse.jst.server_adapters.ext.feature.feature.group"/>
6767
<requirement
6868
name="org.eclipse.jst.server_ui.feature.feature.group"/>
69-
<requirement
70-
name="org.eclipse.wst.server_adapters.feature.feature.group"/>
7169
<requirement
7270
name="org.eclipse.jst.web_ui.feature.feature.group"/>
71+
<requirement
72+
name="org.eclipse.m2e.feature.feature.group" versionRange="[1.11.0, 1.12.0)"/>
73+
<requirement
74+
name="org.eclipse.oomph.setup.maven.feature.group" versionRange="[1.12.0, 1.13.0)"/>
75+
<requirement
76+
name="org.eclipse.wst.server_adapters.feature.feature.group"/>
7377
<requirement
7478
name="org.eclipse.wst.web_ui.feature.feature.group"/>
7579
<requirement
@@ -85,7 +89,7 @@
8589
<repository
8690
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/"/>
8791
<repository
88-
url="https://download.springsource.com/release/TOOLS/sts4/update/e4.12/"/>
92+
url="https://download.springsource.com/release/TOOLS/sts4/update/e4.11/"/>
8993
<description>
9094
Install the tools needed in the IDE to work with the
9195
source code for ${scope.project.label}

0 commit comments

Comments
 (0)