1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 05:33:33 +02:00

[releng] switch setup to use 2021-09 by default

Updated Baseline to 2021-09
Updated Target to 2021-09+

Change-Id: I9dd301b2b759452c743238626ac671008e2cd254
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
Alexander Fedorov 2021-11-06 18:55:47 +03:00
parent 6e95a40a57
commit e5dad24eed

View file

@ -75,7 +75,7 @@
<setupTask <setupTask
xsi:type="setup:VariableTask" xsi:type="setup:VariableTask"
name="eclipse.target.platform" name="eclipse.target.platform"
defaultValue="2021-03" defaultValue="2021-09"
storageURI="scope://Workspace"/> storageURI="scope://Workspace"/>
<setupTask <setupTask
xsi:type="setup.targlets:TargletTask" xsi:type="setup.targlets:TargletTask"
@ -166,15 +166,15 @@
<repositoryList <repositoryList
name="CDT Latest Released"> name="CDT Latest Released">
<repository <repository
url="https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211023-1800/"/> url="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/"/>
<repository <repository
url="https://download.eclipse.org/egit/updates"/> url="https://download.eclipse.org/egit/updates"/>
<repository <repository
url="https://download.eclipse.org/linuxtools/updates-docker-nightly/"/> url="https://download.eclipse.org/linuxtools/update-docker-5.4.0/"/>
<repository <repository
url="https://download.eclipse.org/lsp4e/releases/0.19.0/"/> url="https://download.eclipse.org/lsp4e/releases/0.19.0/"/>
<repository <repository
url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/> url="https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/"/>
<repository <repository
url="https://download.eclipse.org/mylyn/docs/releases/3.0.40/"/> url="https://download.eclipse.org/mylyn/docs/releases/3.0.40/"/>
<repository <repository
@ -194,7 +194,7 @@
</annotation> </annotation>
</repository> </repository>
<repository <repository
url="https://download.eclipse.org/tools/orbit/downloads/drops/S20211020204107/repository"/> url="https://download.eclipse.org/tools/orbit/downloads/2021-09/"/>
<repository <repository
url="https://download.eclipse.org/tools/ptp/builds/remote/3.0/2021-09/"/> url="https://download.eclipse.org/tools/ptp/builds/remote/3.0/2021-09/"/>
</repositoryList> </repositoryList>
@ -309,11 +309,11 @@
rootFolder="${git.clone.cdt.location}" rootFolder="${git.clone.cdt.location}"
locateNestedProjects="true"/> locateNestedProjects="true"/>
<repositoryList <repositoryList
name="2021-03"> name="2021-09">
<repository <repository
url="https://download.eclipse.org/cbi/updates/license/"/> url="https://download.eclipse.org/cbi/updates/license/"/>
<repository <repository
url="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/> url="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/"/>
<repository <repository
url="https://download.eclipse.org/egit/updates/"/> url="https://download.eclipse.org/egit/updates/"/>
<repository <repository
@ -321,11 +321,11 @@
<repository <repository
url="https://download.eclipse.org/wildwebdeveloper/snapshots/"/> url="https://download.eclipse.org/wildwebdeveloper/snapshots/"/>
<repository <repository
url="https://download.eclipse.org/lsp4e/releases/0.18.0/"/> url="https://download.eclipse.org/lsp4e/releases/0.19.0/"/>
<repository <repository
url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/> url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
<repository <repository
url="https://download.eclipse.org/mylyn/docs/releases/3.0.38/"/> url="https://download.eclipse.org/mylyn/docs/releases/3.0.40/"/>
<repository <repository
url="http://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956"/> url="http://download.eclipse.org/mylyn/drops/3.25.2/v20200831-1956"/>
<repository <repository
@ -342,9 +342,9 @@
</annotation> </annotation>
</repository> </repository>
<repository <repository
url="https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/"/> url="https://download.eclipse.org/tools/orbit/downloads/2021-09/"/>
<repository <repository
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/> url="https://download.eclipse.org/tools/ptp/builds/remote/3.0/2021-09"/>
</repositoryList> </repositoryList>
</targlet> </targlet>
</setupTask> </setupTask>