From b19aebb792debc19201a3b7a632d35d3439ffe39 Mon Sep 17 00:00:00 2001 From: Alexandre Berge Date: Tue, 21 Aug 2018 15:42:06 +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 eb44f4115..e202e407a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = ttcn/LibIts url = ../../LIBS/LibIts.git branch = v1.1.1 +[submodule "TS102869-3_v1.1.1_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