| <?xml version="1.0" encoding="UTF-8"?> |
| <rmap xmlns="http://www.eclipse.org/buckminster/RMap-1.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"> |
| |
| <searchPath name="org.eclipse.tigerstripe-plugins"> |
| <provider readerType="cvs" |
| componentTypes="osgi.bundle,eclipse.feature,buckminster" |
| mutable="true" source="true"> |
| <uri |
| format="cvs://dev.eclipse.org/cvsroot/technology/org.eclipse.tigerstripe/plugins/{0}"> |
| <bc:propertyRef key="buckminster.component" /> |
| </uri> |
| </provider> |
| </searchPath> |
| |
| <searchPath name="default"> |
| <!-- |
| Let's try orbit in the last resort. |
| --> |
| <provider readerType="eclipse.import" componentTypes="osgi.bundle" mutable="false" source="false"> |
| <uri format="http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbitBundles-S20080326131619.map"/> |
| </provider> |
| </searchPath> |
| |
| <locator searchPathRef="org.eclipse.tigerstripe" pattern="^org\.eclipse\.tigerstripe(\..+)?" /> |
| <redirect |
| href="http://www.eclipse.org/buckminster/samples/rmaps/dogfood2.rmap" |
| pattern=".*" /> |
| </rmap> |