Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext#2120] prepare oomph for 202303
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Dec 7, 2022
1 parent 8c94418 commit e370cdc
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="2022-12"
defaultValue="2023-03"
storageURI="scope://Workspace"
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2023-03"
label="Eclipse 2023-03 - 4.27"/>
<choice
value="2022-12"
label="Eclipse 2022-12 - 4.26"/>
Expand Down Expand Up @@ -929,7 +932,40 @@
<repository
url="${p2.antlr-gen}"/>
<repository
url="${p2.m2e}/2.0.5"/>
url="${p2.m2e}/2.1.2"/>
<repository
url="${p2.swtbot}"/>
<repository
url="${p2.orbit}"/>
<repository
url="${p2.emf}"/>
<repository
url="${p2.gef-classic}"/>
<repository
url="${p2.xpand}"/>
<repository
url="${p2.buildship}"/>
<repository
url="${p2.webtools}"/>
<repository
url="${p2.lsp4j}"/>
<repository
url="${p2.cbi.analyzer}"/>
<repository
url="${p2.egit}"/>
<repository
url="${p2.license}"/>
</repositoryList>
<repositoryList
name="2023-03">
<repository
url="${p2.xtext}"/>
<repository
url="${p2.mwe2}"/>
<repository
url="${p2.antlr-gen}"/>
<repository
url="${p2.m2e}/2.1.2"/>
<repository
url="${p2.swtbot}"/>
<repository
Expand All @@ -939,7 +975,7 @@
<repository
url="${p2.gef-classic}"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.26-I-builds"/>
url="https://download.eclipse.org/eclipse/updates/4.27-I-builds"/>
<repository
url="${p2.xpand}"/>
<repository
Expand Down

0 comments on commit e370cdc

Please sign in to comment.