-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.13 KB
/
.gitmodules
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
[submodule "system"]
path = system
url = http://github.com/Orlac/core.git
[submodule "modules/codebench"]
path = modules/codebench
url = http://github.com/kohana/codebench.git
[submodule "modules/database"]
path = modules/database
url = http://github.com/kohana/database.git
[submodule "modules/image"]
path = modules/image
url = http://github.com/kohana/image.git
[submodule "modules/orm"]
path = modules/orm
url = http://github.com/kohana/orm.git
[submodule "modules/auth"]
path = modules/auth
url = http://github.com/kohana/auth.git
[submodule "modules/userguide"]
path = modules/userguide
url = http://github.com/kohana/userguide.git
[submodule "modules/cache"]
path = modules/cache
url = http://github.com/kohana/cache.git
[submodule "modules/unittest"]
path = modules/unittest
url = http://github.com/kohana/unittest.git
[submodule "modules/html"]
path = modules/html
url = http://github.com/Orlac/html-helpers.git
[submodule "modules/captcha"]
path = modules/captcha
url = http://github.com/Orlac/kohana-captcha.git
[submodule "modules/debugbar"]
path = modules/debugbar
url = http://github.com/Yoshiharu-Shibata/debugbar.git