From 52d12a4fa124daa1595529e3e7008276a7986d95 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 13 Jun 2022 11:06:49 +0200 Subject: unfinished partial work --- .gitmodules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 271d652..5e269b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,14 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -[submodule "src/test/source-package-example"] +[submodule "hydrilla-json-schemas-1.x"] + path = src/hydrilla/schemas/1.x + url = ../hydrilla-json-schemas + branch = series-1.x +[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/ -- cgit v1.2.3