Project

General

Profile

Download (794 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<rmap
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
5
    xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
6
    xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
7
    xmlns:pp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0">
8
 
9
    <searchPath name="resources">
10
        <provider readerType="local" componentTypes="osgi.bundle,eclipse.feature"
11
                  mutable="true" source="true">
12
            <uri format="file:///{0}/{1}/">
13
                <bc:propertyRef key="workspace.root" />
14
                <bc:propertyRef key="buckminster.component" />
15
            </uri>
16
        </provider>
17
    </searchPath>
18
 
19
    <locator searchPathRef="resources"/>
20
</rmap>
(10-10/11)