From 596b927c7c2205c5da5438e17ae1208ec7d04e18 Mon Sep 17 00:00:00 2001 From: Alexandre Berge Date: Tue, 21 Aug 2018 15:41:34 +0200 Subject: [PATCH] Added submodule LibCommon --- .gitmodules | 4 ++++ ttcn/LibCommon | 1 + 2 files changed, 5 insertions(+) create mode 160000 ttcn/LibCommon diff --git a/.gitmodules b/.gitmodules index 8a78c5bc3..d5e4a264c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,7 @@ path = ttcn/LibIts url = ../../LIBS/LibIts.git branch = master +[submodule "master_ttcn/LibCommon"] + path = ttcn/LibCommon + url = ../../LIBS/LibCommon.git + branch = v1.4.0 diff --git a/ttcn/LibCommon b/ttcn/LibCommon new file mode 160000 index 000000000..1c35e012c --- /dev/null +++ b/ttcn/LibCommon @@ -0,0 +1 @@ +Subproject commit 1c35e012cb65152abd1ab432a82d23a755c1276e -- GitLab