Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-12-13 09:25:36 +0000
committerEike Stepper2011-12-13 09:25:36 +0000
commit3800f40c663d6030559bb2da0fb028c16d66c9ed (patch)
tree27fe85801a1fac8ba1584cdfcc329f68d02979a4 /plugins
parentcc323c3c72af4eef06c079f936663fa7818a9419 (diff)
downloadcdo-3800f40c663d6030559bb2da0fb028c16d66c9ed.tar.gz
cdo-3800f40c663d6030559bb2da0fb028c16d66c9ed.tar.xz
cdo-3800f40c663d6030559bb2da0fb028c16d66c9ed.zip
Fix Nebula repo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 51efefa821..2bbe6527b3 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -143,16 +143,18 @@
</rm:uri>
</rm:provider>
- <!-- NEBULA -->
+ <!-- MYLYN -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
resolutionFilter="(resolve.target.platform=true)">
<rm:uri format="{0}/mylyn/releases/latest">
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>
+
+ <!-- NEBULA -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
resolutionFilter="(resolve.target.platform=true)">
- <rm:uri format="{0}/technology/nebula/proper/snapshots">
+ <rm:uri format="{0}/technology/nebula/snapshot">
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>

Back to the top