From 115be453ac4890e8d5fdda5ca3c6ad06cac68b89 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Wed, 16 Aug 2023 15:27:11 +0200 Subject: [PATCH] ADD: reorganized the libs --- .gitmodules | 12 +++++++++--- build/libs/SimCore/libs/whisper-comm | 1 + libs/EntityLibrary | 1 - libs/KubeControl | 1 + libs/SimCore | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) create mode 160000 build/libs/SimCore/libs/whisper-comm delete mode 160000 libs/EntityLibrary create mode 160000 libs/KubeControl create mode 160000 libs/SimCore diff --git a/.gitmodules b/.gitmodules index 29a8f2f..b12cde2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ -[submodule "libs/EntityLibrary"] - path = libs/EntityLibrary - url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/EntityLibrary.git +[submodule "libs/SimCore"] + path = libs/SimCore + url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/SimCore.git +[submodule "libs/KubeControl"] + path = libs/KubeControl + url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/KubeControl.git +[submodule "build/libs/SimCore/libs/whisper-comm"] + path = build/libs/SimCore/libs/whisper-comm + url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/whisper-com.git diff --git a/build/libs/SimCore/libs/whisper-comm b/build/libs/SimCore/libs/whisper-comm new file mode 160000 index 0000000..f794f4c --- /dev/null +++ b/build/libs/SimCore/libs/whisper-comm @@ -0,0 +1 @@ +Subproject commit f794f4c5d07f8d855bb86521353b8c379ceaefec diff --git a/libs/EntityLibrary b/libs/EntityLibrary deleted file mode 160000 index 14cc61d..0000000 --- a/libs/EntityLibrary +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 14cc61d8c72a42d04cc5b1671286d0c77a4950ab diff --git a/libs/KubeControl b/libs/KubeControl new file mode 160000 index 0000000..89465f0 --- /dev/null +++ b/libs/KubeControl @@ -0,0 +1 @@ +Subproject commit 89465f06a5fa421fc4c424426704fc65680c4afa diff --git a/libs/SimCore b/libs/SimCore new file mode 160000 index 0000000..6b5aff7 --- /dev/null +++ b/libs/SimCore @@ -0,0 +1 @@ +Subproject commit 6b5aff7b6ea186f07477594aed7e04898fdfb766