mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
Remove dependency to cdt-master from CDT's target file.
The CDT does not need to depend on itself. I believe this dependency was added while troubleshooting another problem. Change-Id: Ic79cc8c00c67f323198bb49d1596e4d254bbd924
This commit is contained in:
parent
cf6c25ae47
commit
cf2e9fe3c8
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="18">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="19">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.antlr.runtime" version="0.0.0"/>
|
||||
|
@ -48,10 +48,6 @@
|
|||
<repository location="https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.cdt.native.feature.group" version="0.0.0"/>
|
||||
<repository location="https://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository/"/>
|
||||
</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"/>
|
||||
<repository location="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
||||
</location>
|
||||
|
|
Loading…
Add table
Reference in a new issue