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:
authorLluis Sanchez <lluis@novell.com>2010-06-28 12:35:25 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-28 12:35:25 +0400
commitb6e41ee2dd00e8744abc4835567e06667891b2cf (patch)
treefb0a2f65474238d1ea5ac54534443f659800eada /main/src/addins/VersionControl/Makefile.am
parent39fe1158de8da8b82822e299958d35c51d493298 (diff)
2010-06-28 Dale Ragan <dale.ragan@sinesignal.com>
* Makefile.am: Adding MonoDevelop.VersionControl.Git to the solution/build system. It is disabled by default, to enable pass --enable-git=yes. 2010-06-28 Dale Ragan <dale.ragan@sinesignal.com> * Makefile.am: * MonoDevelop.VersionControl.Git.csproj: * AssemblyInfo.cs: * MonoDevelop.VersionControl.Git.addin.xml: * MonoDevelop.VersionControl.Git/GitClient.cs: * MonoDevelop.VersionControl.Git/GitVersionControl.cs: * MonoDevelop.VersionControl.Git/GitRepository.cs: Official kickoff of the 'Support for Git' task. This is mainly a skeleton and no functionality. The add-in is recognized by MonoDevelop and the Version Control add-in sees the new Git Version Control System. Of course it doesn't show up in the drop down, due to the NotImplementedException's. 2010-06-28 Dale Ragan <dale.ragan@sinesignal.com> * Main.sln: * configure.in: Adding MonoDevelop.VersionControl.Git to the solution/build system. It is disabled by default, to enable pass --enable-git=yes. svn path=/trunk/monodevelop/; revision=159591
Diffstat (limited to 'main/src/addins/VersionControl/Makefile.am')
-rw-r--r--main/src/addins/VersionControl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/VersionControl/Makefile.am b/main/src/addins/VersionControl/Makefile.am
index bfc4d7112a..3d81de4631 100644
--- a/main/src/addins/VersionControl/Makefile.am
+++ b/main/src/addins/VersionControl/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = MonoDevelop.VersionControl MonoDevelop.VersionControl.Subversion
+SUBDIRS = MonoDevelop.VersionControl MonoDevelop.VersionControl.Subversion MonoDevelop.VersionControl.Git