Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2012-03-29 20:12:49 +0400
committerMarek Habersack <grendel@twistedcode.net>2012-03-29 20:12:49 +0400
commit8588dfee424a788da6db00c3e0b7aeb87e82fbaf (patch)
treea9325270f39fff64b19f5b117488f992a3fba0ca /.gitmodules
parent976279bba56013781d0010668e4c61d47c713bba (diff)
Added the Newtonsoft.Json submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 580c677fe2d..4f2410a17ec 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "external/aspnetwebstack"]
path = external/aspnetwebstack
url = git://github.com/mono/aspnetwebstack.git
+[submodule "external/Newtonsoft.Json"]
+ path = external/Newtonsoft.Json
+ url = git://github.com/mono/Newtonsoft.Json.git