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-04-08 14:24:23 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-04-15 19:38:01 +0300
commit77fc41d4cbeb5052a6086aefa6bcde0558a48ae0 (patch)
treeb4d8c95306b937d3210ca2902c366e84be5f5c88 /main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
parent87d3a06f997d5ecf29a238c8102a587bf7d94c94 (diff)
[Core] Remove SupportFeature as the new project dialog handles this differently.
The widgets are still in the repo tree. Some of them are toolbox items, some of them might need porting to new Project Dialog wizards. Check this commit for which widgets are still dangling in the tree.
Diffstat (limited to 'main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
index 72ac03c452..35e725d92f 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
@@ -177,10 +177,6 @@
<DeployPlatform id="Windows" _label="Microsoft Windows" />
</Extension>
- <Extension path = "/MonoDevelop/Ide/ProjectFeatures">
-<!-- <Class class = "MonoDevelop.Deployment.Gui.PackagingFeature" /> -->
- </Extension>
-
<Extension path="/MonoDevelop/Ide/TemplateImages">
<Image id="md-packaging-project" resource="packaging-project.png" />
</Extension>