diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:54:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:54:10 -0500 |
commit | cba9a59f0952d6a3931f82a0c9af05d13abfcca4 (patch) | |
tree | c8d103e390b4fe9cc8eecd6ade56be79744c59c9 | |
parent | dacae0242e905268e9df9aed83f84e91b13a1749 (diff) | |
download | kasablanca-cba9a59f0952d6a3931f82a0c9af05d13abfcca4.tar.gz kasablanca-cba9a59f0952d6a3931f82a0c9af05d13abfcca4.zip |
Add admin and cmake submodules
-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..5a9a136 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "admin"] + path = admin + url = http://scm.trinitydesktop.org/scm/git/tde-common-admin +[submodule "cmake"] + path = cmake + url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/admin b/admin new file mode 160000 +Subproject 65ecce459d54e772303052de50d08557ba9cc7e diff --git a/cmake b/cmake new file mode 160000 +Subproject ba27b9f2328dabe778a9e129e96b706797da85f |