commit
8edffc8ed7
|
@ -137,13 +137,10 @@ can run this from the top-level directory:
|
||||||
|
|
||||||
|
|
||||||
=== Importing into Eclipse
|
=== Importing into Eclipse
|
||||||
You can import the Spring Boot code into any Eclipse 2019-09-based distribution. The
|
You can import the Spring Boot code into any Eclipse 2019-12-based distribution. The
|
||||||
easiest way to setup a new environment is to use the Eclipse Installer with the provided
|
easiest way to setup a new environment is to use the Eclipse Installer with the provided
|
||||||
`spring-boot-project.setup` file (in the `/eclipse` folder).
|
`spring-boot-project.setup` file (in the `/eclipse` folder).
|
||||||
|
|
||||||
NOTE: Due to m2e issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652[#548652] you need to be running m2e 1.14.0 or higher.
|
|
||||||
An early milestone is available from https://download.eclipse.org/technology/m2e/milestones/1.14/.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
==== Using the Eclipse Installer
|
==== Using the Eclipse Installer
|
||||||
|
@ -154,7 +151,7 @@ provision a new environment. To use the installer:
|
||||||
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
|
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
|
||||||
* Switch to "Advanced Mode" using the drop down menu on the right.
|
* Switch to "Advanced Mode" using the drop down menu on the right.
|
||||||
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
|
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
|
||||||
install, `2019-09` as the product version, and click "`next`".
|
install, `2019-12` as the product version, and click "`next`".
|
||||||
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
|
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
|
||||||
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
|
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
|
||||||
copy of the source code. Click "`OK`" to add the setup file to the list.
|
copy of the source code. Click "`OK`" to add the setup file to the list.
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.jst.web_ui.feature.feature.group"/>
|
name="org.eclipse.jst.web_ui.feature.feature.group"/>
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.m2e.feature.feature.group" versionRange="[1.14.0,2.0.0)"/>
|
name="org.eclipse.m2e.feature.feature.group"/>
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.oomph.setup.maven.feature.group"/>
|
name="org.eclipse.oomph.setup.maven.feature.group"/>
|
||||||
<requirement
|
<requirement
|
||||||
|
@ -86,8 +86,6 @@
|
||||||
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
|
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
|
||||||
<requirement
|
<requirement
|
||||||
name="org.springframework.tooling.boot.ls.feature.feature.group"/>
|
name="org.springframework.tooling.boot.ls.feature.feature.group"/>
|
||||||
<repository
|
|
||||||
url="http://download.eclipse.org/technology/m2e/milestones/1.14/"/>
|
|
||||||
<repository
|
<repository
|
||||||
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
|
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -131,14 +129,26 @@
|
||||||
<workingSet
|
<workingSet
|
||||||
name="spring-boot-starters">
|
name="spring-boot-starters">
|
||||||
<predicate
|
<predicate
|
||||||
xsi:type="predicates:NamePredicate"
|
xsi:type="predicates:OrPredicate">
|
||||||
pattern="spring-boot-starter(s|-.*)"/>
|
<operand
|
||||||
|
xsi:type="predicates:NamePredicate"
|
||||||
|
pattern="spring-boot-starter(s|-.*)"/>
|
||||||
|
<operand
|
||||||
|
xsi:type="predicates:NamePredicate"
|
||||||
|
pattern="spring-boot-starter"/>
|
||||||
|
</predicate>
|
||||||
</workingSet>
|
</workingSet>
|
||||||
<workingSet
|
<workingSet
|
||||||
name="spring-boot-smoke-tests">
|
name="spring-boot-smoke-tests">
|
||||||
<predicate
|
<predicate
|
||||||
xsi:type="predicates:NamePredicate"
|
xsi:type="predicates:OrPredicate">
|
||||||
pattern="spring-boot-smoke-test(s|-.*)"/>
|
<operand
|
||||||
|
xsi:type="predicates:NamePredicate"
|
||||||
|
pattern="spring-boot-smoke-test(s|-.*)"/>
|
||||||
|
<operand
|
||||||
|
xsi:type="predicates:NamePredicate"
|
||||||
|
pattern="spring-boot-smoke-tests-invoker"/>
|
||||||
|
</predicate>
|
||||||
</workingSet>
|
</workingSet>
|
||||||
<workingSet
|
<workingSet
|
||||||
name="spring-boot-tests">
|
name="spring-boot-tests">
|
||||||
|
@ -231,7 +241,7 @@
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:PreferenceTask"
|
xsi:type="setup:PreferenceTask"
|
||||||
key="/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
|
key="/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
|
||||||
value="false"/>
|
value="true"/>
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:PreferenceTask"
|
xsi:type="setup:PreferenceTask"
|
||||||
key="/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes"
|
key="/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes"
|
||||||
|
|
Loading…
Reference in New Issue