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@novell.com>2011-06-29 16:11:13 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-06-29 16:11:13 +0400
commite2a6f4326aaaa37cac968924976a3f05012e8e50 (patch)
tree53aaddb3a9f8a5c83eed62ee3210c598ef73ef3b /main/src/addins/WindowsPlatform
parent1912532e88e8b6448cde935be828ba683f81df46 (diff)
Remove old updater extensions.
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml b/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
index e69a25683a..a959563d10 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
@@ -21,10 +21,6 @@
<Class class = "MonoDevelop.Platform.WindowsPlatform"/>
</Extension>
- <Extension path = "/MonoDevelop/Ide/Updater">
- <UpdateInfo file="..\bin\updateinfo" />
- </Extension>
-
<Extension path = "/MonoDevelop/Ide/InitCompleteHandlers">
<Class class="MonoDevelop.Platform.JumpList" />
</Extension>
@@ -34,9 +30,4 @@
<Class class = "MonoDevelop.Platform.AddFileDialogHandler"/>
</Extension>-->
- <!--
- <Extension path = "/MonoDevelop/Ide/Updater">
- <UpdateInfo file="../../updateinfo" />
- </Extension>
- -->
</Addin>