Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-20 10:30:09 +0000
committerEike Stepper2010-05-20 10:30:09 +0000
commitda6f2eff3475a70714321717b4b9da07a1f4f1a8 (patch)
tree7188ec475defa11b4be50664237ec1602380eb5b /releng/org.eclipse.emf.cdo.releng
parent754ded771dccb0e574cf16e8d9a1ef71defb95cd (diff)
downloadcdo-da6f2eff3475a70714321717b4b9da07a1f4f1a8.tar.gz
cdo-da6f2eff3475a70714321717b4b9da07a1f4f1a8.tar.xz
cdo-da6f2eff3475a70714321717b4b9da07a1f4f1a8.zip
fixed releng
Diffstat (limited to 'releng/org.eclipse.emf.cdo.releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/build.rmap14
1 files changed, 7 insertions, 7 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/build.rmap b/releng/org.eclipse.emf.cdo.releng/build.rmap
index 7a386610f2..e97ff6f9e2 100644
--- a/releng/org.eclipse.emf.cdo.releng/build.rmap
+++ b/releng/org.eclipse.emf.cdo.releng/build.rmap
@@ -225,21 +225,21 @@
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>
- <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
- resolutionFilter="(|(build.type=N)(build.type=I))">
- <rm:uri format="{0}/releases/helios">
- <bc:propertyRef key="eclipse.downloads"/>
- </rm:uri>
- </rm:provider>
<!--
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
resolutionFilter="(|(build.type=N)(build.type=I))">
- <rm:uri format="{0}/eclipse/updates/3.6milestones">
+ <rm:uri format="{0}/releases/helios">
<bc:propertyRef key="eclipse.downloads"/>
</rm:uri>
</rm:provider>
-->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
+ resolutionFilter="(|(build.type=N)(build.type=I))">
+ <rm:uri format="{0}/eclipse/updates/3.6milestones">
+ <bc:propertyRef key="eclipse.downloads"/>
+ </rm:uri>
+ </rm:provider>
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
resolutionFilter="(|(build.type=M)(build.type=S)(build.type=R))">
<rm:uri format="{0}/releases/staging">
<bc:propertyRef key="eclipse.downloads"/>

Back to the top