mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 561942 - CDT releng is broken: PTP 3.0 2020-03-M2 is not found
Use https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/ Change-Id: Ia0740b241577107527e50649a67db051b2f52069 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
31b748e7b9
commit
87a3be448e
2 changed files with 3 additions and 3 deletions
|
@ -313,7 +313,7 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/orbit/downloads/2020-06/"/>
|
url="https://download.eclipse.org/tools/orbit/downloads/2020-06/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/ptp/builds/remote/nightly/"/>
|
url="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
||||||
</repositoryList>
|
</repositoryList>
|
||||||
</targlet>
|
</targlet>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
|
|
|
@ -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="79">
|
<target name="cdt" sequenceNumber="80">
|
||||||
<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"/>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.remote.serial.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.remote.serial.feature.group" version="0.0.0"/>
|
||||||
<repository location="https://download.eclipse.org/tools/ptp/builds/remote/nightly/"/>
|
<repository location="https://download.eclipse.org/tools/ptp/remote/releases/3.0/remote-3.0.1/"/>
|
||||||
</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"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue