diff options
author | Slávek Banko <[email protected]> | 2016-03-26 13:51:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 13:51:48 +0100 |
commit | 0d5a45641fb24eb8569dd7e40708233b1887d802 (patch) | |
tree | c528f7c6a21a68d4ae3a04f7a552787c030e9ed9 | |
parent | d62c8c002c51fb7c36487839eeeb4ac89f044dee (diff) | |
download | kxmleditor-0d5a45641fb24eb8569dd7e40708233b1887d802.tar.gz kxmleditor-0d5a45641fb24eb8569dd7e40708233b1887d802.zip |
Add common directories
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4fce771 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://[email protected]/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://[email protected]/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject d64fddb6f9a5a39cac4af9a4a3236e7ea8b002a diff --git a/cmake b/cmake new file mode 160000 +Subproject 5d19f23805e8cdb327b280ab87d8138781fc114 |