-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththunder-core-development.xml
More file actions
47 lines (40 loc) · 1.25 KB
/
thunder-core-development.xml
File metadata and controls
47 lines (40 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="thunder-remotes.xml"/>
<project name="ThunderKickStart"
remote="WebPlatformForEmbedded"
path="source/workspaces"
revision="workspaces">
<linkfile src="scripts/prepare.sh" dest="prepare.env"/>
</project>
<project name="Thunder"
remote="RDKCentral"
path="source/Thunder"
revision="refs/heads/master">
</project>
<project name="ThunderTools"
remote="RDKCentral"
path="source/ThunderTools"
revision="refs/heads/master">
</project>
<project name="ThunderInterfaces"
remote="RDKCentral"
path="source/ThunderInterfaces"
revision="refs/heads/master">
</project>
<project name="ThunderClientLibraries"
remote="RDKCentral"
path="source/ThunderClientLibraries"
revision="refs/heads/master">
</project>
<project name="ThunderNanoServices"
remote="RDKCentral"
path="source/ThunderNanoServices"
revision="refs/heads/master">
</project>
<project name="ThunderUI"
remote="RDKCentral"
path="source/ThunderUI"
revision="refs/heads/master">
</project>
</manifest>