mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 558654 - CDT target and setup should be sorted alphabetically
Switch from comments to Annotations to Repair CDT.setup Change-Id: I9f1246d4f871b1940feda0b5d315ae4047f81bf1 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
130ba19600
commit
ca4413f0ab
1 changed files with 35 additions and 9 deletions
|
@ -134,14 +134,28 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.1/"/>
|
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.1/"/>
|
||||||
<repository
|
<repository
|
||||||
<!-- OMG! We have circular dependency that involves 'java.package; org.eclipse.cdt.utils.pty 0.0.0' -->
|
url="https://download.eclipse.org/tools/cdt/releases/9.10/cdt-9.10.0/">
|
||||||
<!-- but it gets resolved here as we have CDT repo below -->
|
<annotation>
|
||||||
url="https://download.eclipse.org/tools/cdt/releases/9.10/cdt-9.10.0/"/>
|
<detail
|
||||||
|
key="description">
|
||||||
|
<value>
|
||||||
|
OMG! We have circular dependency that involves 'java.package; org.eclipse.cdt.utils.pty 0.0.0'
|
||||||
|
but it gets resolved here as we have CDT repo below.
|
||||||
|
</value>
|
||||||
|
</detail>
|
||||||
|
</annotation>
|
||||||
|
</repository>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.templates-1.1.2-simrel-2019-12-m3/"/>
|
url="https://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.templates-1.1.2-simrel-2019-12-m3/"/>
|
||||||
<repository
|
<repository
|
||||||
<!-- We need GEF (!) for org.eclipse.wst.xml_ui.feature.feature.group -->
|
url="https://download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/">
|
||||||
url="https://download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/"/>
|
<annotation>
|
||||||
|
<detail
|
||||||
|
key="description">
|
||||||
|
<value>We need GEF (!) for org.eclipse.wst.xml_ui.feature.feature.group</value>
|
||||||
|
</detail>
|
||||||
|
</annotation>
|
||||||
|
</repository>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/ptp/builds/remote/3.0.1/"/>
|
url="https://download.eclipse.org/tools/ptp/builds/remote/3.0.1/"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -303,13 +317,25 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.1-simrel-2019-12-m3/"/>
|
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.1-simrel-2019-12-m3/"/>
|
||||||
<repository
|
<repository
|
||||||
<!-- OMG! We have circular dependency that invloves 'java.package; org.eclipse.cdt.utils.pty 0.0.0' -->
|
url="https://download.eclipse.org/tools/cdt/releases/9.10/cdt-9.10.0/">
|
||||||
url="https://download.eclipse.org/tools/cdt/releases/9.10/cdt-9.10.0/"/>
|
<annotation>
|
||||||
|
<detail
|
||||||
|
key="description">
|
||||||
|
<value>OMG! We have circular dependency that involves 'java.package; org.eclipse.cdt.utils.pty 0.0.0'</value>
|
||||||
|
</detail>
|
||||||
|
</annotation>
|
||||||
|
</repository>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.templates-1.1.2-simrel-2019-12-m3/"/>
|
url="https://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.templates-1.1.2-simrel-2019-12-m3/"/>
|
||||||
<repository
|
<repository
|
||||||
<!-- We need GEF (!) for org.eclipse.wst.xml_ui.feature.feature.group -->
|
url="https://download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/">
|
||||||
url="https://download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/"/>
|
<annotation>
|
||||||
|
<detail
|
||||||
|
key="description">
|
||||||
|
<value>We need GEF (!) for org.eclipse.wst.xml_ui.feature.feature.group</value>
|
||||||
|
</detail>
|
||||||
|
</annotation>
|
||||||
|
</repository>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/tools/orbit/downloads/2019-12/"/>
|
url="https://download.eclipse.org/tools/orbit/downloads/2019-12/"/>
|
||||||
<repository
|
<repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue