Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-09-11 05:05:13 +0000
committerEike Stepper2015-09-11 05:05:13 +0000
commit68008d12404532363ad9902df9e02a33f501164a (patch)
tree0b56153830739d2794340d671088c2dcb87e4e18
parent130a6994656afb0e0d954a42c50d9db063c755d0 (diff)
downloadcdo-68008d12404532363ad9902df9e02a33f501164a.tar.gz
cdo-68008d12404532363ad9902df9e02a33f501164a.tar.xz
cdo-68008d12404532363ad9902df9e02a33f501164a.zip
[Releng] Use Orbit latest-R
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/CDO.setup6
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap2
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/CDO.setup b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
index cefb66aa82..2e0d543b57 100644
--- a/plugins/org.eclipse.emf.cdo.releng/CDO.setup
+++ b/plugins/org.eclipse.emf.cdo.releng/CDO.setup
@@ -309,6 +309,12 @@
xsi:type="predicates:NamePredicate"
pattern="org\.eclipse\.emf\.cdo.*"/>
<operand
+ xsi:type="predicates:NotPredicate">
+ <operand
+ xsi:type="predicates:NamePredicate"
+ pattern="org\.eclipse\.emf\.cdo\.releng\.promotion.*"/>
+ </operand>
+ <operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@setupTasks.11/@workingSets.1 //@setupTasks.11/@workingSets.2 //@setupTasks.11/@workingSets.3 //@setupTasks.11/@workingSets.7 //@setupTasks.11/@workingSets.8"/>
</predicate>
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 9187941ac3..6f566b79f2 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -166,7 +166,7 @@
<!-- ORBIT -->
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
- <rm:uri format="http://download.eclipse.org/modeling/emf/cdo/orbit/latest-S"/>
+ <rm:uri format="http://download.eclipse.org/modeling/emf/cdo/orbit/latest-R"/>
</rm:provider>
<!-- TENEO -->

Back to the top