| <?xml version="1.0" encoding="UTF-8"?> |
| <rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0"> |
| <rm:property key="checkout.location" value="${workspace.root}/"/> |
| <rm:property key="eclipse.download" value="http://download.eclipse.org"/> |
| <rm:locator pattern="^org\.eclipse\.acceleo\.releng$" searchPathRef="local.releng"/> |
| <rm:locator pattern="^org\.eclipse\.emf(?:\..+)?$" searchPathRef="kepler"/> |
| <rm:locator pattern="^org\.eclipse\.ocl(?:\..+)?$" searchPathRef="kepler"/> |
| <rm:locator pattern="^org\.eclipse\.uml2(?:\..+)?$" searchPathRef="kepler"/> |
| <rm:locator pattern="^org\.eclipse\.jdt(?:\..+)?$" searchPathRef="kepler"/> |
| <rm:locator pattern="^lpg\.runtime\.java?$" searchPathRef="kepler"/> |
| <rm:locator pattern="^org\.eclipse\.swtbot(?:\..+)?$" searchPathRef="swtbot"/> |
| <rm:locator pattern="^org\.hamcrest(?:\..+)?$" searchPathRef="swtbot"/> |
| <rm:locator pattern="^org\.apache(?:\..+)?$" searchPathRef="orbit"/> |
| <rm:locator pattern="^com\.google(?:\..+)?$" searchPathRef="orbit"/> |
| <rm:locator searchPathRef="platform"/> |
| <rm:searchPath name="local.releng"> |
| <rm:provider componentTypes="buckminster" readerType="local" mutable="false"> |
| <rm:uri format="{0}{1}"> |
| <bc:propertyRef key="checkout.location"/> |
| <bc:propertyRef key="buckminster.component"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="emf"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/modeling/emf/emf/updates/2.8-I-builds"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="ocl"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/modeling/mdt/ocl/updates/milestones"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="kepler"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/releases/kepler"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="objectteam-juno"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/objectteams/updates/ot2.1milestones"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| |
| <rm:searchPath name="staging"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/releases/staging"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| |
| <rm:searchPath name="swtbot"> |
| <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/technology/swtbot/helios/dev-build/update-site"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="platform"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/eclipse/updates/4.2"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| <rm:searchPath name="orbit"> |
| <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> |
| <rm:uri format="{0}/tools/orbit/downloads/drops/R20120526062928/repository/"> |
| <bc:propertyRef key="eclipse.download"/> |
| </rm:uri> |
| </rm:provider> |
| </rm:searchPath> |
| </rm:rmap> |