Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorPierre-Charles David2018-02-06 09:38:07 +0000
committerPierre-Charles David2018-02-06 09:38:07 +0000
commitb4e4283fd05c6ea6dbc5d0087f251e5d482ca711 (patch)
tree58a418b54ba583e4c00f27d24d63dfc0cab7a434 /releng
parent32abcf540e421c4f6ec7913348acc14e423758c1 (diff)
downloadorg.eclipse.sirius-b4e4283fd05c6ea6dbc5d0087f251e5d482ca711.tar.gz
org.eclipse.sirius-b4e4283fd05c6ea6dbc5d0087f251e5d482ca711.tar.xz
org.eclipse.sirius-b4e4283fd05c6ea6dbc5d0087f251e5d482ca711.zip
[releng] Update canary TP to consume the latest EMF nightlies
Change-Id: I118bf95867bf0a48d8cec06ffccbb16e18849fe7 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.sirius.targets/sirius_canary.target4
-rw-r--r--releng/org.eclipse.sirius.targets/sirius_canary.targetplatform2
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.target b/releng/org.eclipse.sirius.targets/sirius_canary.target
index e62217c6f5..9d5ebc0c24 100644
--- a/releng/org.eclipse.sirius.targets/sirius_canary.target
+++ b/releng/org.eclipse.sirius.targets/sirius_canary.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="sirius_canary" sequenceNumber="1514537864">
+<target name="sirius_canary" sequenceNumber="1517909316">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -53,7 +53,7 @@
<unit id="org.eclipse.emf.edit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
- <repository id="EMF-LastSuccessful" location="https://ci.eclipse.org/xtext/view/EMF/job/emf-core/lastSuccessfulBuild/artifact/build-result/p2.repository/"/>
+ <repository id="EMF-Nightly" location="http://download.eclipse.org/modeling/emf/emf/builds/nightly/latest"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.uml2.sdk.feature.group" version="0.0.0"/>
diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
index 215b16fc90..e704c1c2c1 100644
--- a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
+++ b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform
@@ -33,7 +33,7 @@ location GEF-LastSuccessful "https://ci.eclipse.org/gef/job/gef-legacy-master/la
// We can not depend on the actual latest SWTbot build, it has too many API breaks compared to our reference version
include "modules/swtbot-2.1.tpd"
-location EMF-LastSuccessful "https://ci.eclipse.org/xtext/view/EMF/job/emf-core/lastSuccessfulBuild/artifact/build-result/p2.repository/" {
+location EMF-Nightly "http://download.eclipse.org/modeling/emf/emf/builds/nightly/latest" {
org.eclipse.emf.feature.group lazy
org.eclipse.emf.sdk.feature.group lazy
org.eclipse.emf.edit.feature.group lazy

Back to the top