Skip to content

Commit

Permalink
prepare 2025-03 oomph
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Dec 2, 2024
1 parent 5efcdea commit 930050e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2025-03"
label="Eclipse 2025-03 - 4.35"/>
<choice
value="2024-12"
label="Eclipse 2024-12 - 4.34"/>
Expand Down Expand Up @@ -520,9 +523,14 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-12)">
filter="(eclipse.target.platform=2025-03)">
<composedTarget>xtext-latest</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-12)">
<composedTarget>xtext-r202412</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-09)">
Expand Down

0 comments on commit 930050e

Please sign in to comment.