Skip to content

Commit

Permalink
Merge pull request #2959 from eclipse/cd_oomph202406
Browse files Browse the repository at this point in the history
support 2024-06 in oomph
  • Loading branch information
cdietrich committed Mar 15, 2024
2 parents 9ffc0c9 + a315121 commit 7276c2e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions releng/org.eclipse.xtext.contributor/Xtext.setup
Expand Up @@ -61,11 +61,14 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2023-09"
defaultValue="2024-06"
storageURI="scope://Workspace"
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2024-06"
label="Eclipse 2024-06 - 4.32"/>
<choice
value="2024-03"
label="Eclipse 2024-03 - 4.31"/>
Expand Down Expand Up @@ -506,9 +509,14 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-03)">
filter="(eclipse.target.platform=2024-06)">
<composedTarget>xtext-latest</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-03)">
<composedTarget>xtext-r202403</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2023-12)">
Expand Down

0 comments on commit 7276c2e

Please sign in to comment.