Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-12-15 08:09:55 +0000
committerEike Stepper2011-12-15 08:10:59 +0000
commitf7a23ca189c774df5c85cb3c9cc3458785f53da0 (patch)
tree0198a9475578ee196856a2bb41f6fd832966f473 /plugins/org.eclipse.emf.cdo.releng/build.rmap
parentee0ad8ac4359db5c8cc0a456e1bcae2a0a82ded8 (diff)
downloadcdo-f7a23ca189c774df5c85cb3c9cc3458785f53da0.tar.gz
cdo-f7a23ca189c774df5c85cb3c9cc3458785f53da0.tar.xz
cdo-f7a23ca189c774df5c85cb3c9cc3458785f53da0.zip
Add actions to open Dos command prompt or Git bash
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.rmap')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 2bbe6527b3..24ad806c0d 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -151,6 +151,14 @@
</rm:uri>
</rm:provider>
+ <!-- EGIT -->
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"
+ resolutionFilter="(resolve.target.platform=true)">
+ <rm:uri format="{0}/egit/updates">
+ <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)">

Back to the top