diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 03:16:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 03:16:15 -0600 |
commit | a5b3b5766d67890af007d33f674c1a9d8deec902 (patch) | |
tree | 69ca7df3558e069bd937a669d2218d4475b6d604 | |
parent | bcc95cd92ca12c1783464b8ada6816d430dc0e98 (diff) | |
download | libtqt-perl-a5b3b5766d67890af007d33f674c1a9d8deec902.tar.gz libtqt-perl-a5b3b5766d67890af007d33f674c1a9d8deec902.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 8dda14c1519bf5376c4b1cb21173f3e95adb1ae diff --git a/cmake b/cmake new file mode 160000 +Subproject 42b03b0965a9e958b6007b49201b7793d2bd4f6 |