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 <lluis@novell.com>2005-10-05 13:51:35 +0400
committerLluis Sanchez <lluis@novell.com>2005-10-05 13:51:35 +0400
commit58999e2579b13becf9426721cb1c71f6796c9d03 (patch)
treeeb9bba16698b4967f949fe221a1604fc2e0f0dd0 /Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
parent6680ec5a191b77b6e811d690b8c7bfa373110d8d (diff)
2005-10-04 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Documentation/MonodocService.cs: Load the tree in the InitializeService method. * MonoDevelop.Documentation.addin.xml: Added addin dependencies. svn path=/trunk/monodevelop/; revision=51236
Diffstat (limited to 'Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml')
-rw-r--r--Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
index c29c86fec9..fffdde5881 100644
--- a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
+++ b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
@@ -3,12 +3,16 @@
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "MonoDevelop Documentation module"
- version = "1.0.0">
+ version = "0.9.0">
<Runtime>
<Import assembly="MonoDevelop.Documentation.dll"/>
</Runtime>
+ <Dependencies>
+ <AddIn name="MonoDevelop.Core" version="0.9.0"/>
+ </Dependencies>
+
<Extension path = "/Workspace/Services">
<Class id = "MonodocService"
class = "MonoDevelop.Documentation.MonodocService"/>