mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
[releng] Update target platform to latest dependencies
Change-Id: I1a5710bc4899f41e862998d6c5dcd6703c802a51
This commit is contained in:
parent
2e5ba637b8
commit
f216c64ca8
2 changed files with 6 additions and 21 deletions
|
@ -295,23 +295,19 @@
|
|||
url="https://download.eclipse.org/mylyn/releases/3.24/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/technology/swtbot/releases/2.7.0/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
|
||||
<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-rc1/">
|
||||
url="https://download.eclipse.org/tools/cdt/releases/9.11/cdt-9.11.0/">
|
||||
<annotation>
|
||||
<detail
|
||||
key="description">
|
||||
<value>OMG! We have circular dependency that involves 'java.package; org.eclipse.cdt.utils.pty 0.0.0' and 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.</value>
|
||||
<value>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.</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
</repository>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-03/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2019-12/"/>
|
||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-06/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/ptp/builds/remote/3.0/2020-03-M2/"/>
|
||||
</repositoryList>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="77">
|
||||
<target name="cdt" sequenceNumber="78">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||
|
@ -38,18 +38,11 @@
|
|||
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.7.0/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
|
||||
<unit id="org.eclipse.tm.terminal.feature.feature.group" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
||||
</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-rc1/"/>
|
||||
<repository location="https://download.eclipse.org/tools/cdt/releases/9.11/cdt-9.11.0/"/>
|
||||
<!-- 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"/>
|
||||
</location>
|
||||
|
@ -71,11 +64,7 @@
|
|||
<unit id="org.junit.jupiter.api" version="0.0.0"/>
|
||||
<unit id="org.mockito" version="0.0.0"/>
|
||||
<unit id="org.slf4j.impl.log4j12" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-03/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<!-- This is needed temporarily because of https://bugs.eclipse.org/bugs/show_bug.cgi?id=560438 -->
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12/"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-06/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue