mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
|
| 3 | <rm:property key="build.type" value="N"/>
|
| 4 | <rm:locator pattern="^org\.eclipse\.graphiti\.releng.*" searchPathRef="releng"/>
|
| 5 | <rm:locator pattern="^org\.eclipse\.graphiti\.*" searchPathRef="sources"/>
|
| 6 | <rm:locator pattern="^org\.eclipse\.license.*" searchPathRef="eclipse.license"/>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 7 | <rm:locator pattern="^org\.eclipse\.emf\.(?:transaction|validation|workspace)\.*" searchPathRef="binaries.modeling"/>
|
| 8 | <rm:locator pattern="^org\.eclipse\.emf\.*" searchPathRef="binaries.emf"/>
|
| 9 | <rm:locator pattern="^org\.eclipse\.gef\.*" searchPathRef="binaries.gef"/>
|
| 10 | <rm:locator pattern="^org\.eclipse\.draw2d\.*" searchPathRef="binaries.gef"/>
|
| 11 | <rm:locator pattern="^org\.eclipse\.swtbot\.*" searchPathRef="binaries.swtbot"/>
|
| 12 | <rm:locator pattern="^org\.hamcrest\.*" searchPathRef="binaries.swtbot"/>
|
| 13 | <rm:locator searchPathRef="binaries.platform" failOnError="false"/>
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 14 | <rm:locator searchPathRef="orbit"/>
|
| 15 | <rm:searchPath name="releng">
|
| 16 | <rm:provider componentTypes="buckminster,osgi.bundle" readerType="local">
|
| 17 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/releng/{1}">
|
| 18 | <bc:propertyRef key="workspace.root"/>
|
| 19 | <bc:propertyRef key="buckminster.component"/>
|
| 20 | </rm:uri>
|
| 21 | </rm:provider>
|
| 22 | <rm:provider componentTypes="eclipse.feature" readerType="local">
|
| 23 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/features/{1}">
|
| 24 | <bc:propertyRef key="workspace.root"/>
|
| 25 | <bc:propertyRef key="buckminster.component"/>
|
| 26 | </rm:uri>
|
| 27 | </rm:provider>
|
| 28 | </rm:searchPath>
|
| 29 | <rm:searchPath name="sources">
|
| 30 | <rm:provider componentTypes="osgi.bundle" readerType="local">
|
| 31 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/plugins/{1}">
|
| 32 | <bc:propertyRef key="workspace.root"/>
|
| 33 | <bc:propertyRef key="buckminster.component"/>
|
| 34 | </rm:uri>
|
| 35 | </rm:provider>
|
| 36 | <rm:provider componentTypes="osgi.bundle" readerType="local">
|
| 37 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/examples/{1}">
|
| 38 | <bc:propertyRef key="workspace.root"/>
|
| 39 | <bc:propertyRef key="buckminster.component"/>
|
| 40 | </rm:uri>
|
| 41 | </rm:provider>
|
| 42 | <rm:provider componentTypes="eclipse.feature" readerType="local">
|
| 43 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/features/{1}">
|
| 44 | <bc:propertyRef key="workspace.root"/>
|
| 45 | <bc:propertyRef key="buckminster.component"/>
|
| 46 | </rm:uri>
|
| 47 | </rm:provider>
|
| 48 | <rm:provider componentTypes="osgi.bundle" readerType="local">
|
| 49 | <rm:uri format="{0}/../../org.eclipse.gmp/org.eclipse.gmp.graphiti/tests/{1}">
|
| 50 | <bc:propertyRef key="workspace.root"/>
|
| 51 | <bc:propertyRef key="buckminster.component"/>
|
| 52 | </rm:uri>
|
| 53 | </rm:provider>
|
| 54 | </rm:searchPath>
|
| 55 | <rm:searchPath name="orbit">
|
| 56 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 57 | <rm:property key="buckminster.source" value="false"/>
|
| 58 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | d388a01 | 2012-12-19 09:14:18 +0100 | [diff] [blame] | 59 | <rm:uri format="{0}/tools/orbit/downloads/drops/S20121207152029/repository">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 60 | <bc:propertyRef key="eclipse.downloads"/>
|
| 61 | </rm:uri>
|
| 62 | </rm:provider>
|
| 63 | </rm:searchPath>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 64 | <rm:searchPath name="binaries.platform">
|
mwenz | dc38bf0 | 2011-12-12 09:28:58 +0100 | [diff] [blame] | 65 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
mwenz | dc38bf0 | 2011-12-12 09:28:58 +0100 | [diff] [blame] | 66 | <rm:property key="buckminster.source" value="false"/>
|
mwenz | f82c6b8 | 2012-01-26 14:41:17 +0100 | [diff] [blame] | 67 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | 59894cd | 2012-12-14 18:13:16 +0100 | [diff] [blame] | 68 | <rm:uri format="{0}/eclipse/updates/4.3milestones">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 69 | <bc:propertyRef key="eclipse.downloads"/>
|
| 70 | </rm:uri>
|
| 71 | </rm:provider>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 72 | </rm:searchPath>
|
| 73 | <rm:searchPath name="binaries.emf">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 74 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 75 | <rm:property key="buckminster.source" value="false"/>
|
| 76 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | 83e35ab | 2012-08-21 08:16:38 +0200 | [diff] [blame] | 77 | <rm:uri format="{0}/modeling/emf/emf/updates/2.9milestones">
|
mwenz | 4ee758c | 2011-09-27 09:34:31 +0200 | [diff] [blame] | 78 | <bc:propertyRef key="eclipse.downloads"/>
|
| 79 | </rm:uri>
|
| 80 | </rm:provider>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 81 | </rm:searchPath>
|
| 82 | <rm:searchPath name="binaries.modeling">
|
mwenz | 4ee758c | 2011-09-27 09:34:31 +0200 | [diff] [blame] | 83 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 84 | <rm:property key="buckminster.source" value="false"/>
|
| 85 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | d388a01 | 2012-12-19 09:14:18 +0100 | [diff] [blame] | 86 | <rm:uri format="{0}/modeling/emf/transaction/updates/milestones">
|
mwenz | 06b5621 | 2012-12-14 10:11:23 +0100 | [diff] [blame] | 87 | <bc:propertyRef key="eclipse.downloads"/>
|
| 88 | </rm:uri>
|
| 89 | </rm:provider>
|
| 90 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 91 | <rm:property key="buckminster.source" value="false"/>
|
| 92 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | d388a01 | 2012-12-19 09:14:18 +0100 | [diff] [blame] | 93 | <rm:uri format="{0}/modeling/emf/validation/updates/milestones">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 94 | <bc:propertyRef key="eclipse.downloads"/>
|
| 95 | </rm:uri>
|
| 96 | </rm:provider>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 97 | </rm:searchPath>
|
| 98 | <rm:searchPath name="binaries.gef">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 99 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 100 | <rm:property key="buckminster.source" value="false"/>
|
| 101 | <rm:property key="buckminster.mutable" value="false"/>
|
mwenz | fa55227 | 2012-12-18 10:17:29 +0100 | [diff] [blame] | 102 | <rm:uri format="{0}/tools/gef/updates/milestones">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 103 | <bc:propertyRef key="eclipse.downloads"/>
|
| 104 | </rm:uri>
|
| 105 | </rm:provider>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 106 | </rm:searchPath>
|
mwenz | ba7957c | 2011-09-27 14:44:10 +0200 | [diff] [blame] | 107 | <rm:searchPath name="binaries.swtbot">
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 108 | <rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
|
| 109 | <rm:property key="buckminster.source" value="false"/>
|
| 110 | <rm:property key="buckminster.mutable" value="false"/>
|
| 111 | <rm:uri format="{0}/technology/swtbot/helios/dev-build/update-site">
|
| 112 | <bc:propertyRef key="eclipse.downloads"/>
|
| 113 | </rm:uri>
|
| 114 | </rm:provider>
|
| 115 | </rm:searchPath>
|
| 116 | <rm:searchPath name="eclipse.license">
|
mwenz | c9544d8 | 2013-01-02 13:15:40 +0100 | [diff] [blame^] | 117 | <rm:provider componentTypes="eclipse.feature" readerType="local">
|
| 118 | <rm:uri format="{0}/../../platform/eclipse.platform.releng/features/{1}">
|
| 119 | <bc:propertyRef key="workspace.root"/>
|
mwenz | a952848 | 2011-09-26 14:58:20 +0200 | [diff] [blame] | 120 | <bc:propertyRef key="buckminster.component"/>
|
| 121 | </rm:uri>
|
| 122 | </rm:provider>
|
| 123 | </rm:searchPath>
|
| 124 | </rm:rmap>
|