-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.gitmodules
32 lines (32 loc) · 1.04 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
[submodule "RML-Processor"]
path = RML-Processor
url = http://git@github.com/RMLio/RML-Processor.git
branch = master
[submodule "RML-Model"]
path = RML-Model
url = http://git@github.com/RMLio/RML-Model.git
branch = master
[submodule "RML-ConditionsHandler"]
path = RML-Condition
url = http://git@github.com/RMLio/RML-Condition.git
branch = master
[submodule "RML-DataRetrieval"]
path = RML-DataRetrieval
url = http://git@github.com/RMLio/RML-DataRetrieval.git
branch = master
[submodule "RML-MapDocHandler"]
path = RML-MapDocHandler
url = http://git@github.com/RMLio/RML-MapDocHandler.git
branch = master
[submodule "RML-LogicalSourceHandler"]
path = RML-LogicalSourceHandler
url = http://git@github.com/RMLio/RML-LogicalSourceHandler.git
branch = master
[submodule "RML-MetadataHandler"]
path = RML-MetadataHandler
url = http://git@github.com/RMLio/RML-MetadataHandler.git
branch = master
[submodule "function-processor-java"]
path = function-processor-java
url = http://git@github.com/fnoio/function-processor-java.git
branch = master