|
|
|
|
@ -69,7 +69,7 @@
@@ -69,7 +69,7 @@
|
|
|
|
|
<requirement |
|
|
|
|
name="org.eclipse.jst.web_ui.feature.feature.group"/> |
|
|
|
|
<requirement |
|
|
|
|
name="org.eclipse.m2e.feature.feature.group" versionRange="[1.14.0,2.0.0)"/> |
|
|
|
|
name="org.eclipse.m2e.feature.feature.group"/> |
|
|
|
|
<requirement |
|
|
|
|
name="org.eclipse.oomph.setup.maven.feature.group"/> |
|
|
|
|
<requirement |
|
|
|
|
@ -86,8 +86,6 @@
@@ -86,8 +86,6 @@
|
|
|
|
|
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/> |
|
|
|
|
<requirement |
|
|
|
|
name="org.springframework.tooling.boot.ls.feature.feature.group"/> |
|
|
|
|
<repository |
|
|
|
|
url="http://download.eclipse.org/technology/m2e/milestones/1.14/"/> |
|
|
|
|
<repository |
|
|
|
|
url="https://dl.bintray.com/spring/javaformat-eclipse/"/> |
|
|
|
|
<repository |
|
|
|
|
@ -131,14 +129,26 @@
@@ -131,14 +129,26 @@
|
|
|
|
|
<workingSet |
|
|
|
|
name="spring-boot-starters"> |
|
|
|
|
<predicate |
|
|
|
|
xsi:type="predicates:OrPredicate"> |
|
|
|
|
<operand |
|
|
|
|
xsi:type="predicates:NamePredicate" |
|
|
|
|
pattern="spring-boot-starter(s|-.*)"/> |
|
|
|
|
<operand |
|
|
|
|
xsi:type="predicates:NamePredicate" |
|
|
|
|
pattern="spring-boot-starter"/> |
|
|
|
|
</predicate> |
|
|
|
|
</workingSet> |
|
|
|
|
<workingSet |
|
|
|
|
name="spring-boot-samples"> |
|
|
|
|
<predicate |
|
|
|
|
xsi:type="predicates:OrPredicate"> |
|
|
|
|
<operand |
|
|
|
|
xsi:type="predicates:NamePredicate" |
|
|
|
|
pattern="spring-boot-sample(s|-.*)"/> |
|
|
|
|
<operand |
|
|
|
|
xsi:type="predicates:NamePredicate" |
|
|
|
|
pattern="spring-boot-samples-invoker"/> |
|
|
|
|
</predicate> |
|
|
|
|
</workingSet> |
|
|
|
|
<workingSet |
|
|
|
|
name="spring-boot-tests"> |
|
|
|
|
@ -225,7 +235,7 @@
@@ -225,7 +235,7 @@
|
|
|
|
|
<setupTask |
|
|
|
|
xsi:type="setup:PreferenceTask" |
|
|
|
|
key="/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects" |
|
|
|
|
value="false"/> |
|
|
|
|
value="true"/> |
|
|
|
|
<setupTask |
|
|
|
|
xsi:type="setup:PreferenceTask" |
|
|
|
|
key="/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes" |
|
|
|
|
|