diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-25 08:29:16 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-25 08:29:23 +0000 |
commit | b10970024a2f41b2b0ff643b4556d39006d29a30 (patch) | |
tree | 990bad7ed4a16d4cc4b810f19d731efc5eb11f04 | |
parent | 924bcd375b52636d1af4e4951181111002966e33 (diff) | |
download | elgg-b10970024a2f41b2b0ff643b4556d39006d29a30.tar.gz elgg-b10970024a2f41b2b0ff643b4556d39006d29a30.tar.bz2 |
add simplepie and upgrade tools.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | mod/simplepie | 6 | ||||
m--------- | mod/upgrade-tools | 0 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f12d4506b..e5a6f4745 100644 --- a/.gitmodules +++ b/.gitmodules @@ -154,3 +154,9 @@ [submodule "mod/microthemes"] path = mod/microthemes url = git@gitorious.org:lorea/microthemes.git +[submodule "mod/simplepie"] + path = mod/simplepie + url = git@gitorious.org:lorea/simplepie.git +[submodule "mod/upgrade-tools"] + path = mod/upgrade-tools + url = git@gitorious.org:lorea/upgrade-tools.git diff --git a/mod/simplepie b/mod/simplepie new file mode 160000 +Subproject b771ec72f82124d142f2e1d49c842a171ced562 diff --git a/mod/upgrade-tools b/mod/upgrade-tools new file mode 160000 +Subproject 449f8f1f3f479f2a6e30d244587cd1995518753 |