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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-10-21 22:12:46 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-10-21 22:12:46 +0300
commit171403745e169e9a325b6532ad0deb3208f23666 (patch)
treebdf25b53cabbb1503b4ad46630a9756fadafb014 /main/src/addins/Deployment/MonoDevelop.Deployment
parent558ca6563edcf88893157df50bc69b7f610e1ecd (diff)
[AddIns] Disable deployment/deployment.linux/cbinding by default.
Diffstat (limited to 'main/src/addins/Deployment/MonoDevelop.Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
index db9f908173..d47dc12ce7 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
@@ -6,7 +6,8 @@ using Mono.Addins.Description;
[assembly:Addin ("Deployment",
Namespace = "MonoDevelop",
Version = MonoDevelop.BuildInfo.Version,
- Category = "Deployment")]
+ Category = "Deployment",
+ EnabledByDefault = false)]
[assembly:AddinName ("Deployment Services Core")]
[assembly:AddinDescription ("Provides basic deployment services")]