From 8a7d129bfeb656c33ad754b61af3cba283f5da4a Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Gual Date: Tue, 28 Jun 2011 22:17:21 +0200 Subject: 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. --- .../core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel') 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 @@ Reference finder. + + + + @@ -160,7 +164,7 @@ - + -- cgit v1.2.3