diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-05-27 19:43:51 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-05-31 15:17:11 +0200 |
commit | f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8 (patch) | |
tree | efc3d1eb06f6cabd95635d88f957537312985a2a /.gitmodules | |
parent | 496d90f70a58c0040f8493aa8a5e4e2f106bfac7 (diff) | |
download | hydrilla-builder-f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8.tar.gz hydrilla-builder-f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8.zip |
incorporate version 2 of Hydrilla JSON schemas
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index ccb70a3..c2dea43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,13 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -[submodule "hydrilla-json-schemas"] - path = src/hydrilla/schemas +[submodule "hydrilla-json-schemas-1.x"] + path = src/hydrilla/schemas/1.x url = ../hydrilla-json-schemas +[submodule "hydrilla-json-schemas-2.x"] + path = src/hydrilla/schemas/2.x + url = ../hydrilla-json-schemas/ + branch = koszko [submodule "hydrilla-source-package-example"] path = tests/source-package-example url = ../hydrilla-source-package-example |