Skip to content

Commit

Permalink
Merge pull request #3194 from cdietrich/cd-oomph-202412
Browse files Browse the repository at this point in the history
eclipse 2024-12 in oomph
  • Loading branch information
cdietrich authored Sep 16, 2024
2 parents ad50fbb + e0e3bf5 commit 8305b2f
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-09"
defaultValue="2024-12"
storageURI="scope://Workspace"
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2024-12"
label="Eclipse 2024-12 - 4.34"/>
<choice
value="2024-09"
label="Eclipse 2024-09 - 4.33"/>
Expand Down Expand Up @@ -517,9 +520,14 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-09)">
filter="(eclipse.target.platform=2024-12)">
<composedTarget>xtext-latest</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-09)">
<composedTarget>xtext-r202409</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2024-06)">
Expand Down

0 comments on commit 8305b2f

Please sign in to comment.