-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
57 lines (46 loc) · 2.7 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!--
Stigmee: The art to sanctuarize knowledge exchanges.
Copyright 2021-2022 Quentin Quadrat <[email protected]>
This file is part of Stigmee.
Stigmee is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest>
<remote name="github" fetch="ssh://[email protected]"/>
<default revision="master" remote="github" sync-j="8"/>
<!-- Godot Editor and API -->
<project name="godotengine/godot" remote="github" path="godot/3.4.3-stable/editor" revision="refs/tags/3.4.3-stable" />
<project name="godotengine/godot-cpp" remote="github" sync-s="true" path="godot/3.4.3-stable/cpp" revision="refs/tags/godot-3.4.3-stable" />
<!-- Godot modules for Stigmee -->
<project name="stigmee/gdnative-cef" remote="github" path="godot/gdnative/browser" />
<project name="stigmee/gdnative-stigmark" remote="github" path="godot/gdnative/stigmark" />
<project name="stigmee/gdnative-ipfs" remote="github" path="godot/gdnative/gdipfs" />
<!-- Godot project as Stigmee application -->
<project name="stigmee/stigmee" remote="github" path="stigmee" />
<!-- Stigmee packages -->
<project name="stigmee/stigmark-server" remote="github" path="packages/stigmark" />
<project name="stigmee/beebots" remote="github" path="packages/beebots" />
<project name="stigmee/manifest" remote="github" path="packages/manifest" />
<project name="stigmee/assets" remote="github" path="packages/assets" />
<project name="stigmee/install" remote="github" path="packages/install" >
<symlink src="packages/install/build.py" dest="build.py" />
<symlink src="packages/install/README.md" dest="INSTALL.md" />
</project>
<!-- IPFS packages -->
<project name="vasild/cpp-ipfs-http-client" remote="github" path="packages/ipfs" />
<project name="nlohmann/json" remote="github" path="packages/json" />
<!-- Stigmee documentation -->
<project name="stigmee/doc-internal" remote="github" path="doc/internal" />
<project name="stigmee/.github" remote="github" path="doc/welcome" >
<symlink src="doc/welcome/profile/README.md" dest="README.md" />
</project>
</manifest>