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>2007-12-04 13:49:22 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
commit0aa95ab0ad2750a62ca248d0154b9b9f80f11de8 (patch)
tree1de0d12270990af00b94d77e7a54eac89bc36122 /Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
parent7195f4926b21b46ad8e4ce1976603ffc63b49729 (diff)
Directory reorganization
svn path=/branches/monodevelop/reorg/; revision=90637
Diffstat (limited to 'Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml')
-rw-r--r--Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
deleted file mode 100644
index 78c18e0d02..0000000000
--- a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<Addin id = "Documentation"
- namespace = "MonoDevelop"
- name = "Documentation Browser"
- author = "Todd Berman"
- copyright = "MIT X11"
- url = "http://www.monodevelop.com"
- description = "Integrates the Mono documentation browser (Monodoc) into the MonoDevelop IDE"
- category = "IDE extensions"
- version = "0.17.0"
- isroot = "true"
- compatVersion = "0.17.0">
-
- <Runtime>
- <Import assembly="MonoDevelop.Documentation.dll"/>
- </Runtime>
-
- <Dependencies>
- <Addin id="Core" version="0.17.0"/>
- </Dependencies>
-
- <Extension path = "/MonoDevelop/Core/Services">
- <Class id = "DocumentationService"
- class = "MonoDevelop.Documentation.DocumentationService"/>
- </Extension>
-
-
-</Addin>