mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
[releng] Update target to Platform's RC2 version and CDT to RC1
Change-Id: I8a429c348d48c334baa265a3a95d5de10e5e406c
This commit is contained in:
parent
dbbcb20dec
commit
eb9d7624ca
2 changed files with 6 additions and 6 deletions
|
@ -282,7 +282,7 @@
|
|||
<repository
|
||||
url="https://download.eclipse.org/cbi/updates/license/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/eclipse/updates/4.15milestones/S-4.15RC1-202002261800/"/>
|
||||
url="https://download.eclipse.org/eclipse/updates/4.15milestones/S-4.15RC2-202003050155/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/egit/updates/"/>
|
||||
<repository
|
||||
|
@ -302,7 +302,7 @@
|
|||
<repository
|
||||
url="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/cdt/builds/9.11/cdt-9.11.0-2020-03-m1/">
|
||||
url="https://download.eclipse.org/tools/cdt/builds/9.11/cdt-9.11.0-2020-03-rc1/">
|
||||
<annotation>
|
||||
<detail
|
||||
key="description">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="75">
|
||||
<target name="cdt" sequenceNumber="76">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<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.sdk.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.15milestones/S-4.15RC1-202002261800/"/>
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.15milestones/S-4.15RC2-202003050155/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
||||
|
@ -49,9 +49,9 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<!-- OMG! We have circular dependency that involves 'java.package; org.eclipse.cdt.utils.pty 0.0.0' -->
|
||||
<repository location="https://download.eclipse.org/tools/cdt/builds/9.11/cdt-9.11.0-2020-03-m1/"/>
|
||||
<repository location="https://download.eclipse.org/tools/cdt/builds/9.11/cdt-9.11.0-2020-03-rc1/"/>
|
||||
<!-- 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="9.11.0.202001140305"/>
|
||||
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue