diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-04 16:48:21 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-04 16:48:21 -0500 |
commit | f77b158ec6578fc52c70386ddfe02083bb765e54 (patch) | |
tree | ea4ef7fe890f8511071ee820e71f2475b4adf429 | |
parent | 27afc00604977bb44672cf083bfe80de4a473804 (diff) | |
download | knutclient-f77b158ec6578fc52c70386ddfe02083bb765e54.tar.gz knutclient-f77b158ec6578fc52c70386ddfe02083bb765e54.zip |
Added 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://system@scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject cc13423251e36f36970f4e7d1917e57edaae377 diff --git a/cmake b/cmake new file mode 160000 +Subproject ae53051703d24bd90646652084fabefaa757e4f |