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:
authorJacob Ilsø Christensen <jacobilsoe@mono-cvs.ximian.com>2006-03-16 21:23:59 +0300
committerJacob Ilsø Christensen <jacobilsoe@mono-cvs.ximian.com>2006-03-16 21:23:59 +0300
commit166bd19be463704d445a5b6b74cce0b61fec9b57 (patch)
tree399c6dbe614033d82a13ba6beb7a6f8a5c7c6adf /Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
parent7c429f31b5394b18c1f4e65c89f1df149ae17d22 (diff)
Use new DocumentationService
svn path=/trunk/monodevelop/; revision=58075
Diffstat (limited to 'Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml')
-rw-r--r--Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
index 53dc48c524..0b0e4c063a 100644
--- a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
+++ b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
@@ -13,11 +13,12 @@
<Dependencies>
<AddIn id="MonoDevelop.Core" version="0.9.0"/>
+ <AddIn id="MonoDevelop.Projects" version="0.9.0"/>
</Dependencies>
<Extension path = "/Workspace/Services">
- <Class id = "MonodocService"
- class = "MonoDevelop.Documentation.MonodocService"/>
+ <Class id = "DocumentationService"
+ class = "MonoDevelop.Documentation.DocumentationService"/>
</Extension>