-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
44 lines (44 loc) · 1.39 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
37
38
39
40
41
42
43
44
[submodule "llt-db_handler"]
path = llt-db_handler
url = git@github.com:latin-language-toolkit/llt-db_handler.git
branch = master
[submodule "llt-segmenter"]
path = llt-segmenter
url = git@github.com:latin-language-toolkit/llt-segmenter.git
branch = master
[submodule "llt-tokenizer"]
path = llt-tokenizer
url = git@github.com:latin-language-toolkit/llt-tokenizer.git
branch = master
[submodule "llt-core"]
path = llt-core
url = git@github.com:latin-language-toolkit/llt-core.git
branch = master
[submodule "llt"]
path = llt
url = git@github.com:latin-language-toolkit/llt.git
branch = master
[submodule "llt-logger"]
path = llt-logger
url = git@github.com:latin-language-toolkit/llt-logger.git
branch = master
[submodule "llt-helpers"]
path = llt-helpers
url = git@github.com:latin-language-toolkit/llt-helpers.git
branch = master
[submodule "llt-core_extensions"]
path = llt-core_extensions
url = git@github.com:latin-language-toolkit/llt-core_extensions.git
branch = master
[submodule "llt-constants"]
path = llt-constants
url = git@github.com:latin-language-toolkit/llt-constants.git
branch = master
[submodule "llt-form_builder"]
path = llt-form_builder
url = git@github.com:latin-language-toolkit/llt-form_builder.git
branch = master
[submodule "llt-db_handler-stub"]
path = llt-db_handler-stub
url = git@github.com:latin-language-toolkit/llt-db_handler-stub.git
branch = master