1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Releng: Fix Eclipse 4.5.x Mars platform site repository URL

This commit is contained in:
Uwe Stieber 2015-02-05 09:26:32 +01:00
parent 5dc15e06b9
commit fe0c8c471a

View file

@ -59,7 +59,7 @@
<!-- 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}</platform-site> <platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}milestones</platform-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site> <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.5</cdt-site> <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.5</cdt-site>
<remote-site>http://download.eclipse.org/tools/ptp/updates/remote/1.1.0</remote-site> <remote-site>http://download.eclipse.org/tools/ptp/updates/remote/1.1.0</remote-site>
@ -130,6 +130,7 @@
<properties> <properties>
<tm-stream>kepler</tm-stream> <tm-stream>kepler</tm-stream>
<sdk-version>4.3</sdk-version> <sdk-version>4.3</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site> <cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
</properties> </properties>
</profile> </profile>
@ -140,6 +141,7 @@
<properties> <properties>
<tm-stream>luna</tm-stream> <tm-stream>luna</tm-stream>
<sdk-version>4.4</sdk-version> <sdk-version>4.4</sdk-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site> <cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
</properties> </properties>
</profile> </profile>