1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 04:05:38 +02:00

CDT Oomph setup update

-Update baseline to 8.6
-Use Remote 2.0.0 in targlet

Change-Id: Ie508b89a71702868d0c87d49889f68500080a90b
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2015-03-09 02:05:04 -07:00 committed by Gerrit Code Review @ Eclipse.org
parent d755ace3cc
commit 676f150755

View file

@ -65,9 +65,9 @@
xsi:type="pde:APIBaselineTask" xsi:type="pde:APIBaselineTask"
id="baseline" id="baseline"
name="CDT" name="CDT"
version="8.5" version="8.6"
location="${workspace.location/../api.baseline}" location="${workspace.location/../api.baseline}"
remoteURI="http://download.eclipse.org/tools/cdt/releases/8.5/cdt-8.5.0.zip"/> remoteURI="http://download.eclipse.org/tools/cdt/releases/8.6/cdt-8.6.0.zip"/>
<stream name="master"> <stream name="master">
<setupTask <setupTask
xsi:type="git:GitCloneTask" xsi:type="git:GitCloneTask"
@ -100,8 +100,6 @@
activeRepositoryList="${eclipse.target.platform}"> activeRepositoryList="${eclipse.target.platform}">
<requirement <requirement
name="org.eclipse.platform.ide"/> name="org.eclipse.platform.ide"/>
<requirement
name="org.eclipse.jetty.bundles.f.feature.group"/>
<requirement <requirement
name="org.apache.log4j"/> name="org.apache.log4j"/>
<requirement <requirement
@ -133,27 +131,8 @@
<sourceLocator <sourceLocator
rootFolder="${git.clone.cdt.location}" rootFolder="${git.clone.cdt.location}"
locateNestedProjects="true"/> locateNestedProjects="true"/>
<repositoryList
name="Luna">
<repository
url="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
<repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
<repository
url="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
<repository
url="http://download.eclipse.org/tm/updates/3.6milestones"/>
<repository
url="http://download.eclipse.org/eclipse/updates/4.4milestones/"/>
<repository
url="http://download.eclipse.org/tools/ptp/updates/luna"/>
<repository
url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList>
<repositoryList <repositoryList
name="Mars"> name="Mars">
<repository
url="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x"/>
<repository <repository
url="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/> url="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
<repository <repository
@ -163,7 +142,7 @@
<repository <repository
url="http://download.eclipse.org/eclipse/updates/4.5milestones/"/> url="http://download.eclipse.org/eclipse/updates/4.5milestones/"/>
<repository <repository
url="http://download.eclipse.org/tools/ptp/updates/luna"/> url="http://download.eclipse.org/tools/ptp/builds/remote/2.0.0"/>
<repository <repository
url="http://download.eclipse.org/cbi/updates/license"/> url="http://download.eclipse.org/cbi/updates/license"/>
</repositoryList> </repositoryList>