|
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.14.0,2.0.0)"/> |
| 72 | + name="org.eclipse.m2e.feature.feature.group"/> |
73 | 73 | <requirement
|
74 | 74 | name="org.eclipse.oomph.setup.maven.feature.group"/>
|
75 | 75 | <requirement
|
|
86 | 86 | name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
|
87 | 87 | <requirement
|
88 | 88 | name="org.springframework.tooling.boot.ls.feature.feature.group"/>
|
89 |
| - <repository |
90 |
| - url="http://download.eclipse.org/technology/m2e/milestones/1.14/"/> |
91 | 89 | <repository
|
92 | 90 | url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
|
93 | 91 | <repository
|
|
131 | 129 | <workingSet
|
132 | 130 | name="spring-boot-starters">
|
133 | 131 | <predicate
|
134 |
| - xsi:type="predicates:NamePredicate" |
135 |
| - pattern="spring-boot-starter(s|-.*)"/> |
| 132 | + xsi:type="predicates:OrPredicate"> |
| 133 | + <operand |
| 134 | + xsi:type="predicates:NamePredicate" |
| 135 | + pattern="spring-boot-starter(s|-.*)"/> |
| 136 | + <operand |
| 137 | + xsi:type="predicates:NamePredicate" |
| 138 | + pattern="spring-boot-starter"/> |
| 139 | + </predicate> |
136 | 140 | </workingSet>
|
137 | 141 | <workingSet
|
138 | 142 | name="spring-boot-samples">
|
139 | 143 | <predicate
|
140 |
| - xsi:type="predicates:NamePredicate" |
141 |
| - pattern="spring-boot-sample(s|-.*)"/> |
| 144 | + xsi:type="predicates:OrPredicate"> |
| 145 | + <operand |
| 146 | + xsi:type="predicates:NamePredicate" |
| 147 | + pattern="spring-boot-sample(s|-.*)"/> |
| 148 | + <operand |
| 149 | + xsi:type="predicates:NamePredicate" |
| 150 | + pattern="spring-boot-samples-invoker"/> |
| 151 | + </predicate> |
142 | 152 | </workingSet>
|
143 | 153 | <workingSet
|
144 | 154 | name="spring-boot-tests">
|
|
225 | 235 | <setupTask
|
226 | 236 | xsi:type="setup:PreferenceTask"
|
227 | 237 | key="/instance/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects"
|
228 |
| - value="false"/> |
| 238 | + value="true"/> |
229 | 239 | <setupTask
|
230 | 240 | xsi:type="setup:PreferenceTask"
|
231 | 241 | key="/instance/org.eclipse.m2e.core/eclipse.m2.updateIndexes"
|
|
0 commit comments