mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
[releng] CDT target platform update for RC1
Use Platform 4.17 RC1 and update CDT's self referenced version Change-Id: I077ba137bac608bac042e4b27746162b4f01480c
This commit is contained in:
parent
78c7962787
commit
2c94bb09a0
2 changed files with 5 additions and 5 deletions
|
@ -256,7 +256,7 @@
|
||||||
<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.17milestones/S-4.17M3-202008200230/"/>
|
url="https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17RC1-202008261800/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/egit/updates/"/>
|
url="https://download.eclipse.org/egit/updates/"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
url="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m1/">
|
url="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m3a/">
|
||||||
<annotation>
|
<annotation>
|
||||||
<detail
|
<detail
|
||||||
key="description">
|
key="description">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?pde version="3.8"?>
|
<?pde version="3.8"?>
|
||||||
<target name="cdt" sequenceNumber="90">
|
<target name="cdt" sequenceNumber="92">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
||||||
<repository location="https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17M3-202008200230/"/>
|
<repository location="https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17RC1-202008261800/"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://download.eclipse.org/egit/updates"/>
|
<repository location="https://download.eclipse.org/egit/updates"/>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<repository location="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
<repository location="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m1/"/>
|
<repository location="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m3a/"/>
|
||||||
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
|
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
|
||||||
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
|
||||||
</location>
|
</location>
|
||||||
|
|
Loading…
Add table
Reference in a new issue