[releng] Update target platforms to consume Sirius 5.1 nightly
This is needed for the session editor integration plug-in, which must
live in Amalgam (to avoid a cyclic dependency between Sirius and
Amalgam), and will use an extension point and API that is only
introduced in Sirius 5.1.
Change-Id: Ie6b77b743fe0e8ea060cc28347b6ed84fc5f4345
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/neon.target b/releng/org.eclipse.amalgam.releng/target_platforms/neon.target
index 5b8ebfa..9f75b73 100644
--- a/releng/org.eclipse.amalgam.releng/target_platforms/neon.target
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/neon.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="neon" sequenceNumber="1488797004">
+<target name="neon" sequenceNumber="1505220946">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
@@ -13,7 +13,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.sirius.runtime.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sirius.runtime.ide.ui.feature.group" version="0.0.0"/>
- <repository location="http://download.eclipse.org/sirius/updates/releases/4.1.0/neon/"/>
+ <repository location="http://download.eclipse.org/sirius/updates/nightly/5.1.x/neon/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/neon.targetplatform b/releng/org.eclipse.amalgam.releng/target_platforms/neon.targetplatform
index 686ed5b..056f1bd 100644
--- a/releng/org.eclipse.amalgam.releng/target_platforms/neon.targetplatform
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/neon.targetplatform
@@ -7,7 +7,7 @@
org.junit lazy
}
-location "http://download.eclipse.org/sirius/updates/releases/4.1.0/neon/" {
+location "http://download.eclipse.org/sirius/updates/nightly/5.1.x/neon/" {
org.eclipse.sirius.runtime.feature.group lazy
org.eclipse.sirius.runtime.ide.ui.feature.group lazy
}
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.target b/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.target
index 84599b8..89d420f 100644
--- a/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.target
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.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="neon" sequenceNumber="1494834963">
+<target name="oxygen" sequenceNumber="1505220974">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
@@ -13,7 +13,7 @@
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.sirius.runtime.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sirius.runtime.ide.ui.feature.group" version="0.0.0"/>
- <repository location="http://download.eclipse.org/sirius/updates/nightly/5.0.x/oxygen"/>
+ <repository location="http://download.eclipse.org/sirius/updates/nightly/5.1.x/oxygen/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.targetplatform b/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.targetplatform
index 49f5273..f595c4d 100644
--- a/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.targetplatform
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/oxygen.targetplatform
@@ -1,4 +1,4 @@
-target "neon" with source, requirements
+target "oxygen" with source, requirements
location "http://download.eclipse.org/releases/oxygen" {
org.eclipse.platform.feature.group lazy
@@ -7,7 +7,7 @@
org.junit lazy
}
-location "http://download.eclipse.org/sirius/updates/nightly/5.0.x/oxygen" {
+location "http://download.eclipse.org/sirius/updates/nightly/5.1.x/oxygen/" {
org.eclipse.sirius.runtime.feature.group lazy
org.eclipse.sirius.runtime.ide.ui.feature.group lazy
}