Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
added mongo submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
juzna committed Mar 1, 2011
1 parent 2728866 commit bd9ad28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,7 +3,6 @@
tst
examples
document_root/examples

data/ormd/export2/
data/ormd/export3/
/.idea
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -25,3 +25,9 @@
[submodule "libs/Nella/Doctrine"]
path = libs/Nella/Doctrine
url = git://github.com/nella/Doctrine.git
[submodule "3rdParty/doctrine2/mongodb"]
path = 3rdParty/doctrine2/mongodb
url = git://github.com/doctrine/mongodb.git
[submodule "3rdParty/doctrine2/mongodb-odm"]
path = 3rdParty/doctrine2/mongodb-odm
url = git://github.com/doctrine/mongodb-odm.git
1 change: 1 addition & 0 deletions 3rdParty/doctrine2/mongodb
Submodule mongodb added at 4488aa
1 change: 1 addition & 0 deletions 3rdParty/doctrine2/mongodb-odm
Submodule mongodb-odm added at aebda2

0 comments on commit bd9ad28

Please sign in to comment.