Added framework 'core' as git submodule.
authorRoland Haeder <roland@mxchange.org>
Mon, 3 Feb 2014 19:16:58 +0000 (20:16 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 3 Feb 2014 19:16:58 +0000 (20:16 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
.gitmodules [new file with mode: 0644]
core [new submodule]
inc [new symlink]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..7b054c7
--- /dev/null
@@ -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 (submodule)
index 0000000..f82de4a
--- /dev/null
+++ b/core
@@ -0,0 +1 @@
+Subproject commit f82de4aed697fb3e2c79f39f0c8bf166598eb43f
diff --git a/inc b/inc
new file mode 120000 (symlink)
index 0000000..a13f35c
--- /dev/null
+++ b/inc
@@ -0,0 +1 @@
+core/inc/
\ No newline at end of file