mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Use last released LinuxTools docker
At the moment there are some resolution issues on the nightly versions of LinuxTools docker components, so for now use the latest release rather than nightly. See https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/issues/232
This commit is contained in:
parent
5be1b7ac9e
commit
899a386bfb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="140">
|
||||
<target name="cdt" sequenceNumber="141">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/cbi/updates/license/" />
|
||||
|
@ -19,7 +19,7 @@
|
|||
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly/" />
|
||||
<repository location="https://download.eclipse.org/linuxtools/update-docker" />
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
|
|
Loading…
Add table
Reference in a new issue