mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[releng] Fixup for Bug 572552: Correct URL for linuxtools docker
Change-Id: I2eebf1e8ef9ceac965e609f553d8a8347567fb36
This commit is contained in:
parent
4df00fd345
commit
2fae0b79c2
2 changed files with 3 additions and 3 deletions
|
@ -170,7 +170,7 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/egit/updates-5.11/"/>
|
url="https://download.eclipse.org/egit/updates-5.11/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/linuxtools/update-2021-03-rc2/"/>
|
url="https://download.eclipse.org/linuxtools/update-2021-03-docker-rc2"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/lsp4e/releases/0.18.0/"/>
|
url="https://download.eclipse.org/lsp4e/releases/0.18.0/"/>
|
||||||
<repository
|
<repository
|
||||||
|
|
|
@ -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-baseline" sequenceNumber="27">
|
<target name="cdt-baseline" sequenceNumber="28">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/>
|
<repository location="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/>
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
</location>
|
</location>
|
||||||
<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.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
||||||
<repository location="https://download.eclipse.org/linuxtools/update-2021-03-rc2/"/>
|
<repository location="https://download.eclipse.org/linuxtools/update-2021-03-docker-rc2"/>
|
||||||
</location>
|
</location>
|
||||||
<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.lsp4e" version="0.0.0"/>
|
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue