diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-07-21 19:43:50 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-07-21 19:43:50 +0200 |
commit | d0cae6a99a332af79b2506205aa25aad4313d912 (patch) | |
tree | 554fc9ef8006652835248798cd1755827915c5d6 /.gitmodules | |
parent | 687c87bc5b4d4c04cdb05adcab2465d8dfbb34cc (diff) | |
download | nextcloud-server-d0cae6a99a332af79b2506205aa25aad4313d912.tar.gz nextcloud-server-d0cae6a99a332af79b2506205aa25aad4313d912.zip |
Very basic conversion of ocs to Symfony Routing Component
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..0f4ad588071 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rdparty/Symfony/Component/Routing"] + path = 3rdparty/Symfony/Component/Routing + url = git://github.com/symfony/Routing.git |