mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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 -->
|
||||
<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>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/mars/milestones</cdt-site>
|
||||
<rse-site>http://download.eclipse.org/tm/updates/4.0milestones</rse-site>
|
||||
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/mars/milestones</remote-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.7</cdt-site>
|
||||
<rse-site>http://download.eclipse.org/tm/updates/4.0</rse-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>
|
||||
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
|
||||
</properties>
|
||||
|
@ -75,8 +76,13 @@
|
|||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>platform</id>
|
||||
<url>${platform-site}</url>
|
||||
<id>platform-update</id>
|
||||
<url>${platform-update-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>platform-release</id>
|
||||
<url>${platform-release-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<repository location="http://archive.eclipse.org/tm/updates/rxtx"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201504291424"/>
|
||||
<repository location="http://download.eclipse.org/tm/updates/4.0milestones"/>
|
||||
<unit id="org.eclipse.rse.sdk.feature.group" version="3.7.0.201505221634"/>
|
||||
<repository location="http://download.eclipse.org/tm/updates/4.0"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.test.feature.group" version="3.7.0.v20150428-2048"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue