From b733a627b72f34e37cbf8be96018e5e576d40300 Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Tue, 25 May 2010 11:39:30 -0400 Subject: [PATCH] Added submodules. --- .gitmodules | 4 ++-- lib/vendor/doctrine-common | 1 + lib/vendor/doctrine-dbal | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 lib/vendor/doctrine-common create mode 160000 lib/vendor/doctrine-dbal diff --git a/.gitmodules b/.gitmodules index 75f5078aa..5621aa2e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,5 +2,5 @@ path = lib/vendor/doctrine-common url = git://github.com/doctrine/common.git [submodule "lib/vendor/doctrine-dbal"] - path = lib/vendor/doctrine-dbal - url = git://github.com/doctrine/dbal.git + path = lib/vendor/doctrine-dbal + url = git://github.com/doctrine/dbal.git diff --git a/lib/vendor/doctrine-common b/lib/vendor/doctrine-common new file mode 160000 index 000000000..d5c538081 --- /dev/null +++ b/lib/vendor/doctrine-common @@ -0,0 +1 @@ +Subproject commit d5c53808156915eb361e72b2e3b392c084cb99cf diff --git a/lib/vendor/doctrine-dbal b/lib/vendor/doctrine-dbal new file mode 160000 index 000000000..afbddfb78 --- /dev/null +++ b/lib/vendor/doctrine-dbal @@ -0,0 +1 @@ +Subproject commit afbddfb78ae1980b94f641561eb7771731dd1a6d