From: Roland Haeder <roland@mxchange.org>
Date: Mon, 3 Feb 2014 19:16:58 +0000 (+0100)
Subject: Added framework 'core' as git submodule.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=990637896e9b72d7fa45cfb52f854a8775ab5871;p=mailer.git

Added framework 'core' as git submodule.

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..7b054c77d1
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "core"]
+	path = core
+	url = git://git.mxchange.org/core.git
diff --git a/core b/core
new file mode 160000
index 0000000000..f82de4aed6
--- /dev/null
+++ b/core
@@ -0,0 +1 @@
+Subproject commit f82de4aed697fb3e2c79f39f0c8bf166598eb43f
diff --git a/inc b/inc
new file mode 120000
index 0000000000..a13f35ca55
--- /dev/null
+++ b/inc
@@ -0,0 +1 @@
+core/inc/
\ No newline at end of file