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:
authorMike Krüger <mkrueger@xamarin.com>2015-06-12 10:22:06 +0300
committerMike Krüger <mkrueger@xamarin.com>2015-06-12 10:22:06 +0300
commit8130658e4515d53b4ba5cdc1e7542cff818f7408 (patch)
tree809204195a7ccc9939048f07054da84cc71be597 /.gitmodules
parent8b21b87ab59174eea584b4c5778bcc870291cdc9 (diff)
[CSharpBinding] Restructured NR6.
NR6 will be discontinued. The refactoring part will be hosted as RefactoringEssentials. The features will move to the IDE. Due to a mcs bug that's not compileable. Porting needs to be continued on Windows.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index cb047cfe6f..395dab8a8b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -56,3 +56,6 @@
path = main/external/libgit2
url = git://github.com/mono/libgit2.git
branch = xs-5.10-v1
+[submodule "main/external/RefactoringEssentials"]
+ path = main/external/RefactoringEssentials
+ url = git://github.com/icsharpcode/RefactoringEssentials.git