mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Releng: Use released versions of Eclipse Mars for TM Terminal build
This commit is contained in:
parent
8d4250bac6
commit
013db6e0b9
2 changed files with 14 additions and 8 deletions
|
@ -59,11 +59,12 @@
|
||||||
|
|
||||||
<!-- Set up the default target platform to build against -->
|
<!-- Set up the default target platform to build against -->
|
||||||
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
||||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}milestones</platform-site>
|
<platform-update-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-update-site>
|
||||||
|
<platform-release-site>http://download.eclipse.org/releases/mars</platform-release-site>
|
||||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</orbit-site>
|
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/</orbit-site>
|
||||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/mars/milestones</cdt-site>
|
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.7</cdt-site>
|
||||||
<rse-site>http://download.eclipse.org/tm/updates/4.0milestones</rse-site>
|
<rse-site>http://download.eclipse.org/tm/updates/4.0</rse-site>
|
||||||
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/mars/milestones</remote-site>
|
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</remote-site>
|
||||||
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
|
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
|
||||||
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
|
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -75,8 +76,13 @@
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>platform</id>
|
<id>platform-update</id>
|
||||||
<url>${platform-site}</url>
|
<url>${platform-update-site}</url>
|
||||||
|
<layout>p2</layout>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>platform-release</id>
|
||||||
|
<url>${platform-release-site}</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
<repository location="http://archive.eclipse.org/tm/updates/rxtx"/>
|
<repository location="http://archive.eclipse.org/tm/updates/rxtx"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201504291424"/>
|
<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201505221634"/>
|
||||||
<repository location="http://download.eclipse.org/tm/updates/4.0milestones"/>
|
<repository location="http://download.eclipse.org/tm/updates/4.0"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.eclipse.test.feature.group" version="3.7.0.v20150428-2048"/>
|
<unit id="org.eclipse.test.feature.group" version="3.7.0.v20150428-2048"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue