Skip to content

Commit

Permalink
build: update stable target platform to eclipse 2024-09
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 17, 2024
1 parent 6beb5dc commit 594f912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions target-platforms/latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<repository location="https://download.eclipse.org/cbi/updates/license"/>
</location>

<!-- 4.32 = Eclipse 2024-06 -->
<!-- 4.33 = Eclipse 2024-09 -->

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
Expand All @@ -21,7 +21,7 @@
<unit id="org.joni.source" version="0.0.0"/>
<unit id="org.snakeyaml.engine" version="0.0.0"/>
<unit id="org.snakeyaml.engine.source" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand All @@ -32,7 +32,7 @@
<unit id="junit-jupiter-api" version="0.0.0"/>
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
<unit id="org.eclipse.ui.trace" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.32"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33"/>
</location>
</locations>

Expand Down
6 changes: 3 additions & 3 deletions target-platforms/unstable.target
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<repository location="https://download.eclipse.org/cbi/updates/license"/>
</location>

<!-- 4.33 = Eclipse 2024-09 -->
<!-- 4.34 = Eclipse 2024-12 -->

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
Expand All @@ -21,7 +21,7 @@
<unit id="org.joni.source" version="0.0.0"/>
<unit id="org.snakeyaml.engine" version="0.0.0"/>
<unit id="org.snakeyaml.engine.source" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand All @@ -32,7 +32,7 @@
<unit id="junit-jupiter-api" version="0.0.0"/>
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
<unit id="org.eclipse.ui.trace" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.34-I-builds"/>
</location>
</locations>

Expand Down

0 comments on commit 594f912

Please sign in to comment.