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@xamarin.com>2016-01-22 20:28:53 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-01-22 20:28:53 +0300
commit74562f7a12686c75ba71aee76112f2f9c8d17adc (patch)
tree8b3b7c8767dddc1ed7613282903e31a35c3e38b5 /main/src/addins/Deployment/MonoDevelop.Deployment
parent6608181e45746db29543def34860ff2cafe4611d (diff)
Enable Deployment again
Other add-ins depend on it.
Diffstat (limited to 'main/src/addins/Deployment/MonoDevelop.Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
index 2c864460dc..0669d50936 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/AddinInfo.cs
@@ -6,13 +6,7 @@ using Mono.Addins.Description;
[assembly:Addin ("Deployment",
Namespace = "MonoDevelop",
Version = MonoDevelop.BuildInfo.Version,
- Category = "Deployment",
- EnabledByDefault =
- #if GNOME
- true
- #else
- false
- #endif
+ Category = "Deployment")]
)]
[assembly:AddinName ("Deployment Services Core")]