Skip to content

Commit 2f21fe3

Browse files
committed
updated build target definitions to fix lsp4e version and to include latest mpc client for 2025-03 based builds
1 parent 3824d67 commit 2f21fe3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

eclipse-distribution/pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@
311311
<repository>
312312
<id>lsp4e</id>
313313
<layout>p2</layout>
314-
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.26.7/</url> -->
315-
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
314+
<url>https://download.eclipse.org/lsp4e/releases/0.27.1/</url>
315+
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
316316
</repository>
317317
<repository>
318318
<id>tm4e-snapshots</id>
@@ -356,16 +356,21 @@
356356
<layout>p2</layout>
357357
<url>https://download.eclipse.org/staging/2025-03/</url>
358358
</repository>
359-
<repository>
359+
<!-- <repository>
360360
<id>2025-03-i-builds</id>
361361
<layout>p2</layout>
362362
<url>https://download.eclipse.org/eclipse/updates/4.35-I-builds/</url>
363-
</repository>
363+
</repository> -->
364364
<repository>
365365
<id>orbit</id>
366366
<layout>p2</layout>
367367
<url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03</url>
368368
</repository>
369+
<repository>
370+
<id>mpc-client</id>
371+
<layout>p2</layout>
372+
<url>https://download.eclipse.org/mpc/drops/1.11.0/v20250125-1342/</url>
373+
</repository>
369374
<repository> <!-- temporary p2 repo to grab early snapshot builds for testing fixes -->
370375
<id>buildship-snapshots</id>
371376
<layout>p2</layout>

0 commit comments

Comments
 (0)