Build. Simplify as much as possible.
diff --git a/releng/org.eclipse.amp.releng/releng/amp.rmap b/releng/org.eclipse.amp.releng/releng/amp.rmap
index d3e0acc..b53161f 100644
--- a/releng/org.eclipse.amp.releng/releng/amp.rmap
+++ b/releng/org.eclipse.amp.releng/releng/amp.rmap
@@ -2,13 +2,11 @@
<rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
xmlns:pmp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0">
- <rm:property key="checkout.location" value="${workspace.root}/" />
- <rm:property key="eclipse.download" value="http://download.eclipse.org" />
- <rm:property key="git.source.repository.location" value="git://git.eclipse.org/gitroot/amp/org.eclipse.amp.git" />
- <rm:property key="git.remote.name" value="org.eclipse.amp" />
+ <!--<rm:property key="checkout.location" value="${workspace.root}/" />
+ <rm:property key="eclipse.download" value="http://download.eclipse.org" />-->
- <rm:locator searchPathRef="local.releng" pattern="org\.eclipse\.amp\.releng" failOnError="false" />
- <rm:locator searchPathRef="amp.releng.git" pattern="org\.eclipse\.amp\.releng" />
+ <!--<rm:locator searchPathRef="local.releng" pattern="org\.eclipse\.amp\.releng" failOnError="false" /> -->
+ <rm:locator searchPathRef="amp.releng.git" pattern="org\.eclipse\.amp\.(?:releng|build)(?:\..+)?$" />
<rm:locator searchPathRef="amp.features.git" pattern="^org\.eclipse\.amp([\.\-].+)?" failOnError="false" />
<rm:locator searchPathRef="amp.plugins.git" pattern="^org\.ascape\.core" failOnError="false" />
@@ -53,7 +51,7 @@
<rm:searchPath name="amp.releng.git">
<rm:provider componentTypes="buckminster,eclipse.feature" readerType="git" resolutionFilter="">
- <rm:uri format="{0},releng/{1}">
+ <rm:uri format="{0},org.eclipse.amp/releng/{1}">
<bc:propertyRef key="workspace.root" />
<bc:propertyRef key="buckminster.component" />
</uri>