Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-10-11 09:10:34 +0000
committerEike Stepper2015-10-11 09:10:34 +0000
commit3eef1df9b64b2b45a5ffaefb621b5687ced20c64 (patch)
tree1495c601867ac8e77cab6ed9e190ced2190fa7e2
parentb9bec64db5d3d403beaeddc761e109bccd561253 (diff)
downloadcdo-3eef1df9b64b2b45a5ffaefb621b5687ced20c64.tar.gz
cdo-3eef1df9b64b2b45a5ffaefb621b5687ced20c64.tar.xz
cdo-3eef1df9b64b2b45a5ffaefb621b5687ced20c64.zip
[Releng] Fix ECP and QVTO dependencies
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/CDO.setup4
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/CDO.setup b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
index ea0e04ebd7..88fc592b52 100644
--- a/plugins/org.eclipse.emf.cdo.releng/CDO.setup
+++ b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
@@ -170,7 +170,7 @@
<repository
url="http://download.eclipse.org/modeling/mdt/uml2/updates/4.1milestones"/>
<repository
- url="http://download.eclipse.org/mmt/qvto/updates/milestones"/>
+ url="http://download.eclipse.org/mmt/qvto/updates/milestones/3.6.0/S201509241112"/>
<repository
url="http://download.eclipse.org/ecoretools/updates/1.2/201306071421"/>
<repository
@@ -186,7 +186,7 @@
<repository
url="http://download.eclipse.org/technology/nebula/snapshot"/>
<repository
- url="http://download.eclipse.org/ecp/rt/170"/>
+ url="http://download.eclipse.org/ecp/releases/preview"/>
<repository
url="http://www.elver.org/eclipse/2.1.0/update"/>
<repository
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 50c9bbb49b..153e1eaea1 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -120,7 +120,7 @@
<!-- QVTO -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
- <rm:uri format="http://download.eclipse.org/mmt/qvto/updates/milestones"/>
+ <rm:uri format="http://download.eclipse.org/mmt/qvto/updates/milestones/3.6.0/S201509241112"/>
</rm:provider>
<!-- EcoreTools -->
@@ -163,7 +163,7 @@
<!-- EMF Client Platform -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
- <rm:uri format="http://download.eclipse.org/ecp/rt/170"/>
+ <rm:uri format="http://download.eclipse.org/ecp/releases/preview"/>
</rm:provider>
<!-- EVLER.ORG -->

Back to the top