File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ can run this from the top-level directory:
138
138
139
139
140
140
=== 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
142
142
easiest way to setup a new environment is to use the Eclipse Installer with the provided
143
143
`spring-boot-project.setup` file (in the `/eclipse` folder).
144
144
@@ -151,7 +151,7 @@ provision a new environment. To use the installer:
151
151
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
152
152
* Switch to "Advanced Mode" using the drop down menu on the right.
153
153
* 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`".
155
155
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
156
156
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
157
157
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 59
59
<requirement
60
60
name =" org.eclipse.jdt.feature.group" />
61
61
<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" />
63
63
<requirement
64
64
name =" org.eclipse.jst.server_adapters.feature.feature.group" />
65
65
<requirement
69
69
<requirement
70
70
name =" org.eclipse.jst.web_ui.feature.feature.group" />
71
71
<requirement
72
- name =" org.eclipse.m2e.feature.feature.group" versionRange = " [1.11.0, 1.12.0) " />
72
+ name =" org.eclipse.m2e.feature.feature.group" />
73
73
<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" />
75
77
<requirement
76
78
name =" org.eclipse.wst.server_adapters.feature.feature.group" />
77
79
<requirement
89
91
<repository
90
92
url =" https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/" />
91
93
<repository
92
- url =" https://download.springsource.com/release/TOOLS/sts4/update/e4.11 /" />
94
+ url =" https://download.springsource.com/release/TOOLS/sts4/update/latest /" />
93
95
<description >
94
96
Install the tools needed in the IDE to work with the
95
97
source code for ${scope.project.label}
You can’t perform that action at this time.
0 commit comments