From c69741646f6b930e65dfe2c0ee6d16e1918e7434 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Tue, 27 Jul 2010 18:17:30 +0100 Subject: [PATCH 1/3] Updated system submodule. --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index a89a7a4..31e1000 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit a89a7a4149ba25359e4f6f025cc08772a9241d7a +Subproject commit 31e10004919f305533c194e2df8104a9bd1709cc From d1267eec48c83f642ef9c0538f1bc2b1d7c6d830 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Fri, 30 Jul 2010 19:22:53 +0100 Subject: [PATCH 2/3] Updaing system submodule. --- system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system b/system index 31e1000..3f592b7 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit 31e10004919f305533c194e2df8104a9bd1709cc +Subproject commit 3f592b72c5512e626bdf7f49d7f4d89379493b10 From 9eeadee1bb5f19965ff4a6b896fe91169a40baf9 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Fri, 30 Jul 2010 19:24:41 +0100 Subject: [PATCH 3/3] Adding cache, unittest, and oauth submodules to .gitmodules-dev --- .gitmodules-dev | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitmodules-dev b/.gitmodules-dev index bb3a143..f323855 100644 --- a/.gitmodules-dev +++ b/.gitmodules-dev @@ -22,3 +22,14 @@ [submodule "modules/userguide"] path = modules/userguide url = git@github.com:kohana/userguide.git +[submodule "modules/cache"] + path = modules/cache + url = git@github.com:kohana/cache.git +[submodule "modules/unittest"] + path = modules/unittest + url = git@github.com:kohana/unittest.git +[submodule "modules/oauth"] + path = modules/oauth + url = git@github.com:kohana/oauth.git + +