-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdefault.xml
More file actions
70 lines (64 loc) · 1.59 KB
/
Copy pathdefault.xml
File metadata and controls
70 lines (64 loc) · 1.59 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote
name="ubccr"
alias="upstream"
fetch="ssh://git@github.com/ubccr"
/>
<default
remote="ubccr"
revision="main"
/>
<!--
Open XDMoD
This is the main Open XDMoD repository. It will be installed by default.
-->
<project
name="xdmod"
groups="xdmod"
/>
<!--
Open XDMoD Modules
These are Open XDMoD modules developed by the Open XDMoD team.
They will be installed by default.
-->
<project
name="xdmod-appkernels"
groups="appkernels"
>
<linkfile src="." dest="xdmod/open_xdmod/modules/appkernels" />
</project>
<project
name="xdmod-supremm"
groups="supremm"
>
<linkfile src="." dest="xdmod/open_xdmod/modules/supremm" />
</project>
<project
name="xdmod-ondemand"
groups="ondemand"
>
<linkfile src="." dest="xdmod/open_xdmod/modules/ondemand" />
</project>
<project
name="xdmod-introspection"
groups="introspection"
>
<linkfile src="." dest="xdmod/open_xdmod/modules/introspection" />
</project>
<!--
Related Tools
These projects are tools used by Open XDMoD but are not part of it.
They are included for convenience, but they are not installed by default.
-->
<project
name="supremm"
groups="notdefault,supremm,tools"
revision="master"
/>
<project
name="akrr"
groups="notdefault,appkernels,tools"
revision="master"
/>
</manifest>