Commit 91c5277052a13494189742fb641b5f9f717942e2
1 parent
6557a2d304
Exists in
master
3
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
default.xml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <manifest> |
3 | - <remote name="origin" | |
4 | - fetch=".." | |
5 | - review="" /> | |
3 | + <remote name="test" | |
4 | + fetch=".." /> | |
6 | 5 | |
7 | 6 | <default revision="master" |
8 | - remote="origin" /> | |
7 | + remote="test" /> | |
9 | 8 | <project path="arm-linux-gnueabihf-4-8-2" name="toolchain/arm-linux-gnueabihf-4-8-2" /> |
10 | 9 | </manifest> | ... | ... |