Commit b372c92b6ea2351ad1de6d39670407f74dcf83e8
1 parent
ee865583f8
Exists in
master
commit test
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
default.xml
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<manifest> | |
3 | + <remote name="origin" | |
4 | + fetch=".." | |
5 | + review="" /> | |
6 | + | |
7 | + <default revision="master" | |
8 | + remote="origin" /> | |
9 | + <project path="aaa" name="my_project/aaa" /> | |
10 | + <project path="bbb" name="my_project/bbb" /> | |
11 | +</manifest> | ... | ... |