-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathreadonly.xml
25 lines (24 loc) · 909 Bytes
/
readonly.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
25
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote
name="origin"
fetch="https://github.com/" />
<default
revision="master"
remote="origin"
sync-c="true"
sync-j="4" />
<!-- OsmAnd -->
<project path="build" name="osmandapp/OsmAnd-build.git">
<copyfile src="ide.cmake" dest="CMakeLists.txt" />
</project>
<project path="core" name="osmandapp/OsmAnd-core.git" />
<project path="core-legacy" name="osmandapp/OsmAnd-core-legacy.git" revision="master" />
<project path="ios" name="osmandapp/OsmAnd-ios.git" />
<project path="wp8" name="osmandapp/OsmAnd-wp8.git" />
<project path="android" name="osmandapp/Osmand.git" />
<project path="tools" name="osmandapp/OsmAnd-tools.git" />
<project path="misc" name="osmandapp/OsmAnd-misc.git" />
<project path="resources" name="osmandapp/OsmAnd-resources.git" />
<project path="help" name="osmandapp/osmandapp.github.io.git" />
</manifest>