mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Releng: Updated config to use CDT 8.7 Mars for Mars build and added Juno profile
This commit is contained in:
parent
d393b87e1d
commit
fa5b76e3ad
1 changed files with 12 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}milestones</platform-site>
|
||||
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20150428165605/repository/</orbit-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.6</cdt-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>
|
||||
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
|
||||
|
@ -133,6 +133,17 @@
|
|||
</pluginRepositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<!-- Eclipse 3.8.x (Juno) -->
|
||||
<id>juno</id>
|
||||
|
||||
<properties>
|
||||
<tm-stream>juno</tm-stream>
|
||||
<sdk-version>3.8</sdk-version>
|
||||
<platform-site>http://download.eclipse.org/eclipse/updates/${sdk-version}</platform-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/juno</cdt-site>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<!-- Eclipse 4.3.x (Kepler) -->
|
||||
<id>kepler</id>
|
||||
|
|
Loading…
Add table
Reference in a new issue