File tree 1 file changed +46
-3
lines changed
1 file changed +46
-3
lines changed Original file line number Diff line number Diff line change 67
67
</setupTask >
68
68
<setupTask
69
69
xsi : type =" jdt:JRETask"
70
- version =" JavaSE-17 "
71
- location =" ${jre.location-17 }" >
70
+ version =" JavaSE-21 "
71
+ location =" ${jre.location-21 }" >
72
72
<description >Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description >
73
73
</setupTask >
74
74
<setupTask
186
186
</detail >
187
187
<detail
188
188
key =" label" >
189
- <value >CDT Github Repository</value >
189
+ <value >CDT GitHub Repository</value >
190
190
</detail >
191
191
<detail
192
192
key =" target" >
193
193
<value >remoteURI</value >
194
194
</detail >
195
195
</annotation >
196
+ <configSections
197
+ name =" branch" >
198
+ <properties
199
+ key =" autoSetupRebase"
200
+ value =" always" />
201
+ </configSections >
196
202
<description >CDT</description >
197
203
</setupTask >
204
+ <setupTask
205
+ xsi : type =" git:GitCloneTask"
206
+ id =" github.clone.cdt-lsp"
207
+ remoteURI =" eclipse-cdt/cdt-lsp"
208
+ checkoutBranch =" master" >
209
+ <annotation
210
+ source =" http://www.eclipse.org/oomph/setup/InducedChoices" >
211
+ <detail
212
+ key =" inherit" >
213
+ <value >github.remoteURIs</value >
214
+ </detail >
215
+ <detail
216
+ key =" label" >
217
+ <value >CDT LSP GitHub Repository</value >
218
+ </detail >
219
+ <detail
220
+ key =" target" >
221
+ <value >remoteURI</value >
222
+ </detail >
223
+ </annotation >
224
+ <configSections
225
+ name =" branch" >
226
+ <properties
227
+ key =" autoSetupRebase"
228
+ value =" always" />
229
+ </configSections >
230
+ <description >CDT LSP</description >
231
+ </setupTask >
198
232
<setupTask
199
233
xsi : type =" setup.targlets:TargletTask"
200
234
programArguments =" -consolelog"
229
263
<sourceLocator
230
264
rootFolder =" ${github.clone.cdt.location}"
231
265
locateNestedProjects =" true" />
266
+ <sourceLocator
267
+ rootFolder =" ${github.clone.cdt-lsp.location}"
268
+ locateNestedProjects =" true" />
232
269
<repositoryList >
233
270
<repository
234
271
url =" https://download.eclipse.org/cbi/updates/license" />
368
405
project =" org.eclipse.cdt"
369
406
relativePathPattern =" llvm/.*" />
370
407
</workingSet >
408
+ <workingSet
409
+ name =" CDT LSP" >
410
+ <predicate
411
+ xsi : type =" predicates:RepositoryPredicate"
412
+ project =" org.eclipse.cdt.lsp" />
413
+ </workingSet >
371
414
<workingSet
372
415
name =" CDT Memory" >
373
416
<predicate
You can’t perform that action at this time.
0 commit comments