This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.rmap
80 lines (74 loc) · 3.79 KB
/
build.rmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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="eclipse.download.prefix" value="http://download.eclipse.org"/>
<rm:property key="eclipse.svn.prefix" value="http://dev.eclipse.org/svnroot"/>
<rm:property key="build.type" value="R"/>
<rm:property key="git.clone.dir" value="${src.dir}"/>
<rm:locator pattern="^org\.mxunit\.eclipseplugin\.releng" searchPathRef="buckminster" />
<rm:locator pattern="^org\.mxunit\.eclipseplugin$" searchPathRef="mxunitplugin" />
<rm:locator pattern="^org\.mxunit\.eclipseplugin\.feature" searchPathRef="mxunitfeature" />
<rm:locator pattern="^org\.mxunit\.eclipseplugin\.update" searchPathRef="mxunitupdatesite" />
<rm:locator searchPathRef="platform" failOnError="false"/>
<rm:locator searchPathRef="juno" failOnError="false"/>
<rm:locator searchPathRef="orbit"/>
<rm:searchPath name="buckminster">
<rm:provider componentTypes="buckminster" readerType="git">
<rm:property key="git.remote.uri" value="git://github.com/cfeclipse/org.mxunit.eclipseplugin.releng.git"/>
<rm:uri format="{0}/org.mxunit.eclipseplugin.releng">
<bc:propertyRef key="git.clone.dir"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="mxunitplugin">
<rm:provider componentTypes="osgi.bundle" readerType="git">
<!-- <rm:property key="git.remote.uri" value="git://github.com/mxunit/org.mxunit.eclipseplugin.git"/> -->
<rm:property key="git.remote.uri" value="git://github.com/cfeclipse/org.mxunit.eclipseplugin.git"/>
<rm:uri format="{0}/org.mxunit.eclipseplugin">
<bc:propertyRef key="git.clone.dir"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="mxunitfeature">
<rm:provider componentTypes="eclipse.feature" readerType="git">
<rm:property key="git.remote.uri" value="git://github.com/mxunit/org.mxunit.eclipseplugin.feature.git"/>
<rm:uri format="{0}/org.mxunit.eclipseplugin.feature">
<bc:propertyRef key="git.clone.dir"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="mxunitupdatesite">
<rm:provider componentTypes="eclipse.feature" readerType="git">
<rm:property key="git.remote.uri" value="git://github.com/cfeclipse/org.mxunit.eclipseplugin.update.git"/>
<rm:uri format="{0}/org.mxunit.eclipseplugin.update">
<bc:propertyRef key="git.clone.dir"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="platform">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="{0}/releases/kepler">
<bc:propertyRef key="eclipse.download.prefix"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="juno">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="{0}/releases/juno">
<bc:propertyRef key="eclipse.download.prefix"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="orbit">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="{0}/tools/orbit/downloads/drops/R20140114142710/repository">
<bc:propertyRef key="eclipse.download.prefix"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
</rm:rmap>