Skip to content

Commit

Permalink
Merge pull request #3086 from eclipse/cd-oomph202409
Browse files Browse the repository at this point in the history
prepare oomph for 2024-09
  • Loading branch information
cdietrich authored Jun 13, 2024
2 parents 2553144 + 6f85eb4 commit 6a72a14
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2024-06"
defaultValue="2024-09"
storageURI="scope://Workspace"
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2024-09"
label="Eclipse 2024-09 - 4.33"/>
<choice
value="2024-06"
label="Eclipse 2024-06 - 4.32"/>
Expand Down Expand Up @@ -514,9 +517,14 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-06)">
filter="(eclipse.target.platform=2024-09)">
<composedTarget>xtext-latest</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-06)">
<composedTarget>xtext-r202406</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-03)">
Expand Down

0 comments on commit 6a72a14

Please sign in to comment.