| <?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:searchPath name="blah"> |
| <!--Doesn't matter what provider you use--> |
| <rm:provider componentTypes="eclipse.feature" readerType="git" resolutionFilter=""> |
| <rm:uri format="{0},{1}/features/{2}-feature"> |
| <bc:propertyRef key="workspace.root" /> |
| <bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| <bc:matches pattern="blah" replacement="foo" /> |
| </bc:replace> |
| <bc:propertyRef key="buckminster.component" /> |
| </rm:uri> |
| <rm:property key="git.remote.uri" value="git://foo" /> |
| <rm:property key="git.remote.name" value="foo" /> |
| </rm:provider> |
| </rm:searchPath> |
| </rm:rmap> |