File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ to Maven by setting a `MAVEN_OPTS` environment variable with the value
155
155
156
156
157
157
=== 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
159
159
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).
161
161
162
162
163
163
==== Using the Eclipse Installer
@@ -168,7 +168,7 @@ provision a new environment. To use the installer:
168
168
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
169
169
* Switch to "Advanced Mode" using the drop down menu on the right.
170
170
* 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`".
172
172
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
173
173
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
174
174
copy of the source code. Click "`OK`" to add the setup file to the list.
Original file line number Diff line number Diff line change 66
66
name =" org.eclipse.jst.server_adapters.ext.feature.feature.group" />
67
67
<requirement
68
68
name =" org.eclipse.jst.server_ui.feature.feature.group" />
69
- <requirement
70
- name =" org.eclipse.wst.server_adapters.feature.feature.group" />
71
69
<requirement
72
70
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" />
73
77
<requirement
74
78
name =" org.eclipse.wst.web_ui.feature.feature.group" />
75
79
<requirement
85
89
<repository
86
90
url =" https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/" />
87
91
<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 /" />
89
93
<description >
90
94
Install the tools needed in the IDE to work with the
91
95
source code for ${scope.project.label}
You can’t perform that action at this time.
0 commit comments