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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-07-23 14:15:07 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-08-10 13:45:05 +0400
commit86eb06e0d5bdb73397e6f6e0665c1bafa61b8610 (patch)
treec7c9dea16973dfbc9ec30a41c8d1175771f44dae /.gitmodules
parent59d0a3663c700f105824abb16ff436e2cd1a6a34 (diff)
[externals] Add nrefactory as a submodule
Import NRefactory as a regular git submodule as compared to a source code import. This makes updating and modifying it easier.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 1eab27d5f2..5307fa01ff 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,5 +1,5 @@
-[submodule "main/external/cecil"]
- path = main/external/cecil
+[submodule "main/external/Mono.Cecil"]
+ path = main/external/Mono.Cecil
url = git://github.com/mono/cecil.git
[submodule "main/external/maccore"]
path = main/external/maccore
@@ -16,3 +16,6 @@
[submodule "main/external/mdtestharness"]
path = main/external/mdtestharness
url = git://github.com/alanmcgovern/mdtestharness.git
+[submodule "main/external/nrefactory"]
+ path = main/external/nrefactory
+ url = git://github.com/icsharpcode/NRefactory.git