forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
magentix
52 lines (52 loc) · 2.25 KB
/
magentix
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="build"/>
<localimport file="magenta"/>
<localimport file="thinfs"/>
<localimport file="drivers"/>
<localimport file="runtimes/go"/>
</imports>
<projects>
<project name="application"
path="application"
remote="https://fuchsia.googlesource.com/application"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="bin/listen"
path="bin/listen"
remote="https://fuchsia.googlesource.com/bin/listen"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="mtl"
path="lib/mtl"
remote="https://fuchsia.googlesource.com/mtl"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="netstack"
path="apps/netstack"
remote="https://fuchsia.googlesource.com/netstack"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/netstack"
path="third_party/netstack"
remote="https://fuchsia.googlesource.com/third_party/netstack"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/sbase"
path="third_party/sbase"
remote="https://fuchsia.googlesource.com/third_party/sbase"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/openssh-portable"
path="third_party/openssh-portable"
remote="https://fuchsia.googlesource.com/third_party/openssh-portable"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/vim"
path="third_party/vim"
remote="https://fuchsia.googlesource.com/third_party/vim"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
</manifest>