-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
executable file
·24 lines (22 loc) · 1.1 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="git"
fetch=".." />
<default revision="master"
remote="git"
sync-j="4" />
<project path="arduino/imu" name="LehighHyperloop/arduino_imu" />
<project path="arduino/nav" name="LehighHyperloop/arduino_nav" />
<project path="arduino/relay" name="LehighHyperloop/arduino_relay" />
<project path="debug/pod-sim" name="LehighHyperloop/debug_pod-sim" />
<project path="debug/test-systems" name="LehighHyperloop/debug_test-systems" />
<project path="documentation" name="LehighHyperloop/documentation" />
<project path="tools/bin" name="LehighHyperloop/tools_bin" >
<copyfile src="init.sh" dest="init.sh" />
</project>
<project path="tools/console" name="LehighHyperloop/tools_console" />
<project path="vcu/conext-combox-link" name="LehighHyperloop/vcu_conext-combox-link" />
<project path="vcu/control-panel" name="LehighHyperloop/vcu_control-panel" />
<project path="vcu/suspension-link" name="LehighHyperloop/vcu_suspension-link" />
<project path="vcu/vcu" name="LehighHyperloop/vcu_vcu" />
</manifest>