~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to debug/org.eclipse.cdt.debug.ui/schema/CDebuggerPage.exsd

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<!-- Schema file written by PDE -->
 
3
<schema targetNamespace="org.eclipse.cdt.debug.ui">
 
4
<annotation>
 
5
      <appInfo>
 
6
         <meta.schema plugin="org.eclipse.cdt.debug.ui" id="CDebuggerPage" name="C/C++ Debugger Page"/>
 
7
      </appInfo>
 
8
      <documentation>
 
9
         This extension point provides a mechanism for contributing UI for org.eclipse.cdt.debug.core.CDebugger extensions.
 
10
      </documentation>
 
11
   </annotation>
 
12
 
 
13
   <element name="extension">
 
14
      <complexType>
 
15
         <sequence>
 
16
            <element ref="debuggerPage" minOccurs="0" maxOccurs="unbounded"/>
 
17
         </sequence>
 
18
         <attribute name="point" type="string" use="required">
 
19
            <annotation>
 
20
               <documentation>
 
21
                  a fully qualified identifier of the target extension point
 
22
               </documentation>
 
23
            </annotation>
 
24
         </attribute>
 
25
         <attribute name="id" type="string">
 
26
            <annotation>
 
27
               <documentation>
 
28
                  an optional identifier of the extension instance
 
29
               </documentation>
 
30
            </annotation>
 
31
         </attribute>
 
32
         <attribute name="name" type="string">
 
33
            <annotation>
 
34
               <documentation>
 
35
                  an optional name of the extension instance
 
36
               </documentation>
 
37
               <appInfo>
 
38
                  <meta.attribute translatable="true"/>
 
39
               </appInfo>
 
40
            </annotation>
 
41
         </attribute>
 
42
      </complexType>
 
43
   </element>
 
44
 
 
45
   <element name="debuggerPage">
 
46
      <complexType>
 
47
         <attribute name="id" type="string">
 
48
            <annotation>
 
49
               <documentation>
 
50
                  specifies a unique identifier for this debugger page.
 
51
               </documentation>
 
52
            </annotation>
 
53
         </attribute>
 
54
         <attribute name="debuggerID" type="string" use="required">
 
55
            <annotation>
 
56
               <documentation>
 
57
                  specifies the identifier of the debugger this page is associated with.
 
58
               </documentation>
 
59
            </annotation>
 
60
         </attribute>
 
61
         <attribute name="class" type="string" use="required">
 
62
            <annotation>
 
63
               <documentation>
 
64
                  specifies a fully qualified name of a Java class that implements &amp;lt;code&amp;gt;ICDebuggerPage&amp;lt;/code&amp;gt;
 
65
               </documentation>
 
66
               <appInfo>
 
67
                  <meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.ui.ICDebuggerPage"/>
 
68
               </appInfo>
 
69
            </annotation>
 
70
         </attribute>
 
71
      </complexType>
 
72
   </element>
 
73
 
 
74
   <annotation>
 
75
      <appInfo>
 
76
         <meta.section type="since"/>
 
77
      </appInfo>
 
78
      <documentation>
 
79
         1.1
 
80
      </documentation>
 
81
   </annotation>
 
82
 
 
83
   <annotation>
 
84
      <appInfo>
 
85
         <meta.section type="examples"/>
 
86
      </appInfo>
 
87
      <documentation>
 
88
         &lt;extension point=&quot;org.eclipse.cdt.debug.ui.CDebuggerPage&quot;&gt;
 
89
      &lt;debugPage
 
90
            class=&quot;org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage&quot;
 
91
            debuggerID=&quot;org.eclipse.cdt.debug.mi.core.CDebugger&quot;
 
92
            id=&quot;org.eclipse.cdt.debug.mi.GDBDebuggerPage&quot;&gt;
 
93
      &lt;/debugPage&gt;
 
94
&lt;/extension&gt;
 
95
In the above example, the contributed UI component (org.eclipse.cdt.debug.mi.internal.ui.GDBDebuggerPage) will be used for the debuggers with the &quot;org.eclipse.cdt.debug.mi.core.CDebugger&quot; debugger id.
 
96
      </documentation>
 
97
   </annotation>
 
98
 
 
99
   <annotation>
 
100
      <appInfo>
 
101
         <meta.section type="apiInfo"/>
 
102
      </appInfo>
 
103
      <documentation>
 
104
         Value of the attribute class must be a fully qualified name of a Java class that implements the interface org.eclipse.cdt.debug.ui.ICDebuggerPage.
 
105
      </documentation>
 
106
   </annotation>
 
107
 
 
108
   <annotation>
 
109
      <appInfo>
 
110
         <meta.section type="implementation"/>
 
111
      </appInfo>
 
112
      <documentation>
 
113
         
 
114
      </documentation>
 
115
   </annotation>
 
116
 
 
117
   <annotation>
 
118
      <appInfo>
 
119
         <meta.section type="copyright"/>
 
120
      </appInfo>
 
121
      <documentation>
 
122
         Copyright (c) 2006 QNX Software Systems and others.
 
123
All rights reserved. This program and the accompanying materials
 
124
are made available under the terms of the Eclipse Public License v1.0
 
125
which accompanies this distribution, and is available at
 
126
http://www.eclipse.org/legal/epl-v10.html
 
127
      </documentation>
 
128
   </annotation>
 
129
 
 
130
</schema>