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

« back to all changes in this revision

Viewing changes to debug/org.eclipse.cdt.debug.ui/schema/BreakpointActionPage.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="BreakpointActionPage" name="Breakpoint Action UI Page"/>
 
7
      </appInfo>
 
8
      <documentation>
 
9
         This extension point provides a mechanism for contributing UI to define and edit a breakpoint action.
 
10
      </documentation>
 
11
   </annotation>
 
12
 
 
13
   <element name="extension">
 
14
      <complexType>
 
15
         <sequence>
 
16
            <element ref="actionPage"/>
 
17
         </sequence>
 
18
         <attribute name="point" type="string" use="required">
 
19
            <annotation>
 
20
               <documentation>
 
21
                  
 
22
               </documentation>
 
23
            </annotation>
 
24
         </attribute>
 
25
      </complexType>
 
26
   </element>
 
27
 
 
28
   <element name="actionPage">
 
29
      <complexType>
 
30
         <attribute name="id" type="string">
 
31
            <annotation>
 
32
               <documentation>
 
33
                  
 
34
               </documentation>
 
35
            </annotation>
 
36
         </attribute>
 
37
         <attribute name="class" type="string">
 
38
            <annotation>
 
39
               <documentation>
 
40
                  
 
41
               </documentation>
 
42
            </annotation>
 
43
         </attribute>
 
44
         <attribute name="actionType" type="string">
 
45
            <annotation>
 
46
               <documentation>
 
47
                  
 
48
               </documentation>
 
49
            </annotation>
 
50
         </attribute>
 
51
      </complexType>
 
52
   </element>
 
53
 
 
54
   <annotation>
 
55
      <appInfo>
 
56
         <meta.section type="since"/>
 
57
      </appInfo>
 
58
      <documentation>
 
59
         1.1
 
60
      </documentation>
 
61
   </annotation>
 
62
 
 
63
   <annotation>
 
64
      <appInfo>
 
65
         <meta.section type="examples"/>
 
66
      </appInfo>
 
67
      <documentation>
 
68
         [Enter extension point usage example here.]
 
69
      </documentation>
 
70
   </annotation>
 
71
 
 
72
   <annotation>
 
73
      <appInfo>
 
74
         <meta.section type="apiInfo"/>
 
75
      </appInfo>
 
76
      <documentation>
 
77
         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.
 
78
      </documentation>
 
79
   </annotation>
 
80
 
 
81
   <annotation>
 
82
      <appInfo>
 
83
         <meta.section type="implementation"/>
 
84
      </appInfo>
 
85
      <documentation>
 
86
         
 
87
      </documentation>
 
88
   </annotation>
 
89
 
 
90
   <annotation>
 
91
      <appInfo>
 
92
         <meta.section type="copyright"/>
 
93
      </appInfo>
 
94
      <documentation>
 
95
         Copyright (c) 2007 Nokia and others.
 
96
All rights reserved. This program and the accompanying materials
 
97
are made available under the terms of the Eclipse Public License v1.0
 
98
which accompanies this distribution, and is available at
 
99
http://www.eclipse.org/legal/epl-v10.html
 
100
      </documentation>
 
101
   </annotation>
 
102
 
 
103
</schema>