From 3ddcae259fc490026af969cbe414f09602d75344 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Tue, 30 Jun 2015 14:25:59 +0200 Subject: [PATCH] submodule changed --- .gitmodules | 4 ++-- DRAMSys/{dram => dramSys}/src/common/third_party/pbuff | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename DRAMSys/{dram => dramSys}/src/common/third_party/pbuff (100%) diff --git a/.gitmodules b/.gitmodules index 72db002a..871e83c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "DRAMSys/dramSys/src/common/third_party/tinyxml2"] path = DRAMSys/dramSys/src/common/third_party/tinyxml2 url = https://github.com/leethomason/tinyxml2.git -[submodule "DRAMSys/dram/src/common/third_party/pbuff"] - path = DRAMSys/dram/src/common/third_party/pbuff +[submodule "DRAMSys/dramSys/src/common/third_party/pbuff"] + path = DRAMSys/dramSys/src/common/third_party/pbuff url = https://jungma@git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.packetbuffering.git diff --git a/DRAMSys/dram/src/common/third_party/pbuff b/DRAMSys/dramSys/src/common/third_party/pbuff similarity index 100% rename from DRAMSys/dram/src/common/third_party/pbuff rename to DRAMSys/dramSys/src/common/third_party/pbuff