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 00:17:21 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-06-29 00:17:21 +0400
commit8a7d129bfeb656c33ad754b61af3cba283f5da4a (patch)
tree9b12a245e8c4a66b38fbd388b8d462c6a922f1df /main/src/core/MonoDevelop.Ide/ExtensionModel
parentd05a0b53a51e77966a1575377ec113df86f6dbd6 (diff)
Added basic updater service
The new core updater service handles scheduled update checks. It can be configured using the Updates option panel. Updater system can be plugged into it using the IUpdateHandler interface.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
index bb7e18dbdb..7d3972ea3e 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
@@ -145,6 +145,10 @@
<Description>Reference finder.</Description>
<ExtensionNode name="ReferenceFinder" type="MonoDevelop.Ide.FindInFiles.ReferenceFinderCodon"/>
</ExtensionPoint>
+
+ <ExtensionPoint path = "/MonoDevelop/Ide/Updater/UpdateHandlers" name = "Update handlers">
+ <ExtensionNode name="Type" />
+ </ExtensionPoint>
<!-- Extensions -->
@@ -160,7 +164,7 @@
</Extension>
<Extension path = "/MonoDevelop/Ide/StartupHandlers">
- <Class class = "MonoDevelop.Ide.Gui.AddinUpdateHandler"/>
+ <Class class = "MonoDevelop.Ide.Updater.UpdateCheckHandler"/>
<Class class = "MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayStartup"/>
</Extension>