diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-02-12 20:54:23 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-02-12 20:54:23 (GMT) |
commit | 231c2cb6d00061e70860626467107f4c63f359a0 (patch) | |
tree | c3ab479f071e882030d6b2fc6d2e3d88b25d16fe /.gitmodules | |
parent | 0efa7c32aaf21a29b42b5926cc116007056843be (diff) | |
download | swift-231c2cb6d00061e70860626467107f4c63f359a0.zip swift-231c2cb6d00061e70860626467107f4c63f359a0.tar.bz2 |
Creating more submodules.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 70b56c4..963cedd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,15 @@ [submodule "Slimber"] path = Slimber url = swift@swift.im:git/slimber-module.git +[submodule "3rdParty/Expat"] + path = 3rdParty/Expat + url = swift@swift.im:git/expat-module.git +[submodule "3rdParty/LibIDN"] + path = 3rdParty/LibIDN + url = swift@swift.im:git/libidn-module.git +[submodule "3rdParty/SCons"] + path = 3rdParty/SCons + url = swift@swift.im:git/scons-module.git +[submodule "3rdParty/LCov"] + path = 3rdParty/LCov + url = swift@swift.im:git/lcov-module.git |