Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban Dugueperoux2014-09-08 09:47:41 +0000
committerEsteban Dugueperoux2014-09-08 09:47:41 +0000
commita17f8191e2470de9e0f36a5a57a63def5f6fe7db (patch)
tree56523bf856e8dfa60bfc421adb4863a074b73de8
parentb28646914419c8a37e8c9b253064f9d815a089e4 (diff)
downloadcdo-a17f8191e2470de9e0f36a5a57a63def5f6fe7db.tar.gz
cdo-a17f8191e2470de9e0f36a5a57a63def5f6fe7db.tar.xz
cdo-a17f8191e2470de9e0f36a5a57a63def5f6fe7db.zip
[build] try to fix build
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/CDO.setup2
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/CDO.setup b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
index 90c2160850..e3a81340ce 100644
--- a/plugins/org.eclipse.emf.cdo.releng/CDO.setup
+++ b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
@@ -181,7 +181,7 @@
<repository
url="http://download.eclipse.org/mylyn/releases/3.12"/>
<repository
- url="http://download.eclipse.org/technology/nebula/snapshots/"/>
+ url="http://download.eclipse.org/technology/nebula/snapshot/"/>
<repository
url="http://download.eclipse.org/modeling/mdt/uml2/updates/4.1.x/R201402022055"/>
<repository
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 3c31807dd7..66e26dace0 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -170,7 +170,7 @@
<!-- NEBULA -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
- <rm:uri format="http://download.eclipse.org/technology/nebula/snapshots/"/>
+ <rm:uri format="http://download.eclipse.org/technology/nebula/snapshot/"/>
</rm:provider>
<!-- ORBIT -->

Back to the top