fgmeta/.gitmodules
James Turner 4588c2f1e8 Switch to relative submodule URLs
This will enable the Git mirror on Jenkins to work (and also
resolve some issues with SSH vs Git vs HTTP protocols)
2018-03-16 10:29:57 +00:00

25 lines
461 B
Plaintext

[submodule "simgear"]
path = simgear
url = ../simgear
branch = next
[submodule "flightgear"]
path = flightgear
url = ../flightgear
branch = next
[submodule "fgrun"]
path = fgrun
url = ../fgrun
branch = next
[submodule "fgdata"]
path = fgdata
url = ../fgdata
branch = next
[submodule "windows-3rd-party"]
path = windows-3rd-party
url = ../windows-3rd-party
branch = master
[submodule "getstart"]
path = getstart
url = ../getstart
branch = next