Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2018-12-03 15:01:55 +0000
committerlgoubet2018-12-03 15:02:32 +0000
commitf8e800499609d73bc84eb01fcd30d5190d074a65 (patch)
treecfcbc86f7a430025fcd25309f13fc0a1fb808884
parentb2a410eb58222c14a41b4942b48dcee20cb717cf (diff)
downloadorg.eclipse.emf.compare-f8e800499609d73bc84eb01fcd30d5190d074a65.tar.gz
org.eclipse.emf.compare-f8e800499609d73bc84eb01fcd30d5190d074a65.tar.xz
org.eclipse.emf.compare-f8e800499609d73bc84eb01fcd30d5190d074a65.zip
Use a released version of Sirius
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.target2
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.tpd2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.target b/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.target
index 7cda2cb4d..338f44691 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.target
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.target
@@ -31,7 +31,7 @@
<unit id="org.eclipse.sirius" version="0.0.0"/>
<unit id="org.eclipse.sirius.diagram" version="0.0.0"/>
<unit id="org.eclipse.sirius.runtime.feature.group" version="0.0.0"/>
- <repository location="http://download.eclipse.org/sirius/updates/nightly/latest/oxygen"/>
+ <repository location="http://download.eclipse.org/sirius/updates/releases/6.1.1/oxygen"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.tpd b/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.tpd
index de192d831..3eaba05df 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.tpd
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/extras/oxygen-extras-sdk.tpd
@@ -6,7 +6,7 @@ with source, requirements
// Sirius
-location "http://download.eclipse.org/sirius/updates/nightly/latest/oxygen" {
+location "http://download.eclipse.org/sirius/updates/releases/6.1.1/oxygen" {
org.eclipse.sirius lazy
org.eclipse.sirius.diagram lazy
org.eclipse.sirius.runtime.feature.group lazy

Back to the top