~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/docs/index.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Overview>
 
2
  <Assemblies>
 
3
    <Assembly Name="Mono.Addins" Version="0.4.0.0">
 
4
      <Attributes>
 
5
        <Attribute>
 
6
          <AttributeName>System.Reflection.AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")</AttributeName>
 
7
        </Attribute>
 
8
        <Attribute>
 
9
          <AttributeName>System.Reflection.AssemblyTitle("Mono.Addins")</AttributeName>
 
10
        </Attribute>
 
11
      </Attributes>
 
12
    </Assembly>
 
13
    <Assembly Name="Mono.Addins.Setup" Version="0.4.0.0">
 
14
      <Attributes>
 
15
        <Attribute>
 
16
          <AttributeName>System.Reflection.AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")</AttributeName>
 
17
        </Attribute>
 
18
        <Attribute>
 
19
          <AttributeName>System.Reflection.AssemblyTitle("Mono.Addins.Setup")</AttributeName>
 
20
        </Attribute>
 
21
      </Attributes>
 
22
    </Assembly>
 
23
    <Assembly Name="Mono.Addins.Gui" Version="0.4.0.0">
 
24
      <Attributes>
 
25
        <Attribute>
 
26
          <AttributeName>System.Reflection.AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")</AttributeName>
 
27
        </Attribute>
 
28
        <Attribute>
 
29
          <AttributeName>System.Reflection.AssemblyTitle("Mono.Addins.Gui")</AttributeName>
 
30
        </Attribute>
 
31
      </Attributes>
 
32
    </Assembly>
 
33
  </Assemblies>
 
34
  <Remarks>To be added.</Remarks>
 
35
  <Copyright>To be added.</Copyright>
 
36
  <Types>
 
37
    <Namespace Name="Mono.Addins">
 
38
      <Type Name="Addin" Kind="Class" />
 
39
      <Type Name="AddinAttribute" Kind="Class" />
 
40
      <Type Name="AddinDependencyAttribute" Kind="Class" />
 
41
      <Type Name="AddinErrorEventArgs" Kind="Class" />
 
42
      <Type Name="AddinErrorEventHandler" Kind="Delegate" />
 
43
      <Type Name="AddinEventArgs" Kind="Class" />
 
44
      <Type Name="AddinEventHandler" Kind="Delegate" />
 
45
      <Type Name="AddinLocalizer" Kind="Class" />
 
46
      <Type Name="AddinManager" Kind="Class" />
 
47
      <Type Name="AddinRegistry" Kind="Class" />
 
48
      <Type Name="AddinRootAttribute" Kind="Class" />
 
49
      <Type Name="ConditionType" Kind="Class" />
 
50
      <Type Name="ConsoleProgressStatus" Kind="Class" />
 
51
      <Type Name="ExtensionAttribute" Kind="Class" />
 
52
      <Type Name="ExtensionChange" Kind="Enumeration" />
 
53
      <Type Name="ExtensionContext" Kind="Class" />
 
54
      <Type Name="ExtensionEventArgs" Kind="Class" />
 
55
      <Type Name="ExtensionEventHandler" Kind="Delegate" />
 
56
      <Type Name="ExtensionNode" Kind="Class" />
 
57
      <Type Name="ExtensionNodeAttribute" Kind="Class" />
 
58
      <Type Name="ExtensionNodeChildAttribute" Kind="Class" />
 
59
      <Type Name="ExtensionNodeEventArgs" Kind="Class" />
 
60
      <Type Name="ExtensionNodeEventHandler" Kind="Delegate" />
 
61
      <Type Name="ExtensionNodeList" Kind="Class" />
 
62
      <Type Name="ExtensionPointAttribute" Kind="Class" />
 
63
      <Type Name="IAddinInstaller" Kind="Interface" />
 
64
      <Type Name="InstanceExtensionNode" Kind="Class" />
 
65
      <Type Name="IProgressStatus" Kind="Interface" />
 
66
      <Type Name="NodeAttribute" Kind="Class" />
 
67
      <Type Name="NodeAttributeAttribute" Kind="Class" />
 
68
      <Type Name="NodeElement" Kind="Interface" />
 
69
      <Type Name="NodeElementCollection" Kind="Interface" />
 
70
      <Type Name="RuntimeAddin" Kind="Class" />
 
71
      <Type Name="TypeExtensionNode" Kind="Class" />
 
72
      <Type Name="TypeExtensionPointAttribute" Kind="Class" />
 
73
    </Namespace>
 
74
    <Namespace Name="Mono.Addins.Database">
 
75
      <Type Name="DefaultAssemblyReflector" Kind="Class" />
 
76
      <Type Name="IAssemblyLocator" Kind="Interface" />
 
77
      <Type Name="IAssemblyReflector" Kind="Interface" />
 
78
    </Namespace>
 
79
    <Namespace Name="Mono.Addins.Description">
 
80
      <Type Name="AddinDependency" Kind="Class" />
 
81
      <Type Name="AddinDescription" Kind="Class" />
 
82
      <Type Name="AddinFlags" Kind="Enumeration" />
 
83
      <Type Name="AssemblyDependency" Kind="Class" />
 
84
      <Type Name="ConditionTypeDescription" Kind="Class" />
 
85
      <Type Name="ConditionTypeDescriptionCollection" Kind="Class" />
 
86
      <Type Name="Dependency" Kind="Class" />
 
87
      <Type Name="DependencyCollection" Kind="Class" />
 
88
      <Type Name="Extension" Kind="Class" />
 
89
      <Type Name="ExtensionCollection" Kind="Class" />
 
90
      <Type Name="ExtensionNodeDescription" Kind="Class" />
 
91
      <Type Name="ExtensionNodeDescriptionCollection" Kind="Class" />
 
92
      <Type Name="ExtensionNodeSet" Kind="Class" />
 
93
      <Type Name="ExtensionNodeSetCollection" Kind="Class" />
 
94
      <Type Name="ExtensionNodeType" Kind="Class" />
 
95
      <Type Name="ExtensionNodeTypeCollection" Kind="Class" />
 
96
      <Type Name="ExtensionPoint" Kind="Class" />
 
97
      <Type Name="ExtensionPointCollection" Kind="Class" />
 
98
      <Type Name="ModuleCollection" Kind="Class" />
 
99
      <Type Name="ModuleDescription" Kind="Class" />
 
100
      <Type Name="NativeDependency" Kind="Class" />
 
101
      <Type Name="NodeSetIdCollection" Kind="Class" />
 
102
      <Type Name="NodeTypeAttribute" Kind="Class" />
 
103
      <Type Name="NodeTypeAttributeCollection" Kind="Class" />
 
104
      <Type Name="ObjectDescription" Kind="Class" />
 
105
      <Type Name="ObjectDescriptionCollection" Kind="Class" />
 
106
    </Namespace>
 
107
    <Namespace Name="Mono.Addins.Gui">
 
108
      <Type Name="AddinInstaller" Kind="Class" />
 
109
      <Type Name="AddinManagerWindow" Kind="Class" />
 
110
      <Type Name="AddinTreeWidget" Kind="Class" />
 
111
    </Namespace>
 
112
    <Namespace Name="Mono.Addins.Localization">
 
113
      <Type Name="IAddinLocalizer" Kind="Interface" />
 
114
      <Type Name="IAddinLocalizerFactory" Kind="Interface" />
 
115
      <Type Name="IPluralAddinLocalizer" Kind="Interface" />
 
116
    </Namespace>
 
117
    <Namespace Name="Mono.Addins.Setup">
 
118
      <Type Name="AddinHeader" Kind="Interface" />
 
119
      <Type Name="AddinRepository" Kind="Interface" />
 
120
      <Type Name="AddinRepositoryEntry" Kind="Interface" />
 
121
      <Type Name="ConsoleAddinInstaller" Kind="Class" />
 
122
      <Type Name="InstallException" Kind="Class" />
 
123
      <Type Name="Package" Kind="Class" />
 
124
      <Type Name="PackageCollection" Kind="Class" />
 
125
      <Type Name="RepositoryRegistry" Kind="Class" />
 
126
      <Type Name="SetupCommandHandler" Kind="Delegate" />
 
127
      <Type Name="SetupService" Kind="Class" />
 
128
      <Type Name="SetupTool" Kind="Class" />
 
129
    </Namespace>
 
130
  </Types>
 
131
  <Title>Untitled</Title>
 
132
</Overview>