Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-10-22 11:33:44 +0000
committerMartin Fluegge2011-10-22 11:33:44 +0000
commit0fae01dfbd26524e3f98a159c4015464351b9b4f (patch)
treed9fe4b7ed886248b63358a68b6e6c08146700ca5
parent0deacc76591540bbf98b7f27e5aaab88d6265984 (diff)
downloadcdo-0fae01dfbd26524e3f98a159c4015464351b9b4f.tar.gz
cdo-0fae01dfbd26524e3f98a159c4015464351b9b4f.tar.xz
cdo-0fae01dfbd26524e3f98a159c4015464351b9b4f.zip
changed build.rmap to use the new git repository
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.rmap4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.rmap b/plugins/org.eclipse.emf.cdo.releng/build.rmap
index 8bf96900b7..5e463d3151 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.rmap
+++ b/plugins/org.eclipse.emf.cdo.releng/build.rmap
@@ -25,14 +25,14 @@
<rm:searchPath name="git">
<rm:provider componentTypes="osgi.bundle" readerType="git">
- <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/cdo/org.eclipse.emf.cdo.git"/>
+ <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/cdo/cdo.git"/>
<rm:uri format="{0},plugins/{1}">
<bc:propertyRef key="git.clone"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider componentTypes="eclipse.feature" readerType="git">
- <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/cdo/org.eclipse.emf.cdo.git"/>
+ <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/cdo/cdo.git"/>
<rm:uri format="{0},features/{1}-feature">
<bc:propertyRef key="git.clone"/>
<bc:propertyRef key="buckminster.component"/>

Back to the top