updated eclipse build targets, removed 4.32 and added 4.35 targets

This commit is contained in:
Martin Lippert
2024-12-09 12:01:19 +01:00
parent ea185e199e
commit 4e7dccb36c
8 changed files with 178 additions and 172 deletions

View File

@@ -96,16 +96,16 @@
<repositories>
<!-- composite update site contains http references, using exact https urls instead -->
<repository>
<id>eclipse-2023-09</id>
<id>eclipse-2024-09</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2023-12</url>
<url>https://download.eclipse.org/releases/2024-09</url>
</repository>
<repository>
<id>JDT.LS</id>
<layout>p2</layout>
<!-- <url>${jdt.ls.updatesite}</url> -->
<url>https://download.eclipse.org/jdtls/milestones/1.30.1/repository/</url>
<url>https://download.eclipse.org/jdtls/milestones/1.40.0/repository/</url>
<!-- <url>https://download.eclipse.org/jdtls/snapshots/repository/latest/</url> -->
<!-- The latest JDT LS requires a JDK 17, so we need to run builds on a JDK 17 and raise the minimum level to JDK 17 -->
<!-- In order to avoid this for the 2022-06-based release, I set the JDK LS version here to the latest milestone that does NOT require JDK 17 yet -->