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 Gual <lluis@xamarin.com>2015-04-14 12:34:28 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-04-14 12:34:28 +0300
commitac04cadf3e9793f9c5d426962dbe581f95f9582d (patch)
tree8db77639464f439b9b3d452d55eec6fe93115afb /main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
parent2ee80d41171fcc90e4e076bb3ad21020d8898b65 (diff)
Remove some unused extension points
MSBuildProjectExtensions and MSBuildImportProviders are not required anymore. ExtendedProperties is going to be removed, so GtkCore and Gettext add-ins are being migrated to the new api.
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
index 8331e9d24b..7653f15afa 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.addin.xml
@@ -106,11 +106,6 @@
<Class class = "MonoDevelop.Gettext.PropertyProvider"/>
</Extension>
- <Extension path = "/MonoDevelop/ProjectModel/ExtendedProperties">
- <ItemProperty class = "MonoDevelop.Projects.ProjectFile"
- name = "Gettext.ScanForTranslations" type = "System.Boolean" />
- </Extension>
-
<Extension path = "/MonoDevelop/Ide/ProjectFeatures">
<Class class = "MonoDevelop.Gettext.GettextFeature" />
</Extension>