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-11 19:16:20 +0400
committerLluis Sanchez <lluis@novell.com>2005-10-11 19:16:20 +0400
commit71ff091c503b691d48ecfe730a1f8afff208d7e3 (patch)
treeb341bb6e2c2d3cb4c434701f15fcd3c4cfbd244b /Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
parentd8ecd15857f4e6e5b037f5013e0cb7da84fd5376 (diff)
2005-10-11 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Documentation.addin.xml: Fixed addin header information. Use "id" attribuet instead of "name" to identify addins. svn path=/trunk/monodevelop/; revision=51583
Diffstat (limited to 'Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml')
-rw-r--r--Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
index fffdde5881..53dc48c524 100644
--- a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
+++ b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
@@ -1,8 +1,10 @@
-<AddIn name = "MonoDevelop.Documentation"
- author = "Mike Krueger"
+<AddIn id = "MonoDevelop.Documentation"
+ name = "Documentation Browser"
+ author = "Todd Berman"
copyright = "GPL"
- url = "http://www.icsharpcode.net"
- description = "MonoDevelop Documentation module"
+ url = "http://www.monodevelop.com"
+ description = "Integrates the Mono documentation browser (Monodoc) into the MonoDevelop IDE"
+ category = "IDE extensions"
version = "0.9.0">
<Runtime>
@@ -10,7 +12,7 @@
</Runtime>
<Dependencies>
- <AddIn name="MonoDevelop.Core" version="0.9.0"/>
+ <AddIn id="MonoDevelop.Core" version="0.9.0"/>
</Dependencies>
<Extension path = "/Workspace/Services">