Skip to content

Commit

Permalink
[#2754] prepare latest for 4.30
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Sep 10, 2023
1 parent a1b5b86 commit 67b32ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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 @@ -66,6 +66,9 @@
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2023-12"
label="Eclipse 2023-12 - 4.30"/>
<choice
value="2023-09"
label="Eclipse 2023-09 - 4.29"/>
Expand Down Expand Up @@ -500,9 +503,14 @@
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2023-09)">
filter="(eclipse.target.platform=2023-12)">
<composedTarget>xtext-latest</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2023-09)">
<composedTarget>xtext-r202309</composedTarget>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask"
filter="(eclipse.target.platform=2023-06)">
Expand Down
2 changes: 1 addition & 1 deletion xtext-latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.29-I-builds" />
<repository location="https://download.eclipse.org/eclipse/updates/4.30-I-builds" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1"/>
Expand Down

0 comments on commit 67b32ef

Please sign in to comment.