use latest repos when building for early Eclipse 4.28-based targets

This commit is contained in:
Martin Lippert
2023-05-23 08:31:50 +02:00
parent b70779f215
commit 1dd86e2cbd
2 changed files with 8 additions and 8 deletions

View File

@@ -434,7 +434,7 @@
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/S20230516204213/repository</url>
</repository>
<repository>
<id>m2e</id>

View File

@@ -293,7 +293,7 @@
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/S20230516204213/repository</url>
</repository>
<!-- <repository>
<id>m2e</id>
@@ -308,20 +308,20 @@
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots</url>
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tm4e/releases/0.6.2/</url>
<!-- <url>https://download.eclipse.org/tm4e/snapshots</url> -->
<!-- <url>https://download.eclipse.org/tm4e/releases/0.6.2/</url> -->
<url>https://download.eclipse.org/tm4e/snapshots</url>
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url> -->
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url>
</repository>
</repositories>
</profile>