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

« back to all changes in this revision

Viewing changes to results/plugins/org.eclipse.cdt.core/schema/CProject.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.core">
4
 
<annotation>
5
 
      <appInfo>
6
 
         <meta.schema plugin="org.eclipse.cdt.core" id="CProject" name="C/C++ Project Description"/>
7
 
      </appInfo>
8
 
      <documentation>
9
 
         [Enter description of this extension point]
10
 
      </documentation>
11
 
   </annotation>
12
 
 
13
 
   <element name="extension">
14
 
      <complexType>
15
 
         <sequence>
16
 
            <element ref="cproject"/>
17
 
         </sequence>
18
 
         <attribute name="point" type="string" use="required">
19
 
            <annotation>
20
 
               <documentation>
21
 
                  
22
 
               </documentation>
23
 
            </annotation>
24
 
         </attribute>
25
 
         <attribute name="id" type="string" use="required">
26
 
            <annotation>
27
 
               <documentation>
28
 
                  
29
 
               </documentation>
30
 
            </annotation>
31
 
         </attribute>
32
 
         <attribute name="name" type="string">
33
 
            <annotation>
34
 
               <documentation>
35
 
                  
36
 
               </documentation>
37
 
            </annotation>
38
 
         </attribute>
39
 
      </complexType>
40
 
   </element>
41
 
 
42
 
   <element name="cproject">
43
 
      <complexType>
44
 
         <attribute name="class" type="string" use="required">
45
 
            <annotation>
46
 
               <documentation>
47
 
                  Class which implements org.eclipse.cdt.core.ICOwner
48
 
               </documentation>
49
 
               <appInfo>
50
 
                  <meta.attribute kind="java"/>
51
 
               </appInfo>
52
 
            </annotation>
53
 
         </attribute>
54
 
         <attribute name="natureID" type="string">
55
 
            <annotation>
56
 
               <documentation>
57
 
                  This is a nature ID which the owner has. This is used to restore a ICDescriptor which has been deleted.  If this is not provided the descriptor will be restore with no owner. A project with multiple natures will use the first matching nature searched in the reverse order in the Project Description.
58
 
               </documentation>
59
 
            </annotation>
60
 
         </attribute>
61
 
         <attribute name="platform" type="string">
62
 
            <annotation>
63
 
               <documentation>
64
 
                  
65
 
               </documentation>
66
 
            </annotation>
67
 
         </attribute>
68
 
      </complexType>
69
 
   </element>
70
 
 
71
 
   <annotation>
72
 
      <appInfo>
73
 
         <meta.section type="examples"/>
74
 
      </appInfo>
75
 
      <documentation>
76
 
         [Enter extension point usage example here.]
77
 
      </documentation>
78
 
   </annotation>
79
 
 
80
 
   <annotation>
81
 
      <appInfo>
82
 
         <meta.section type="apiInfo"/>
83
 
      </appInfo>
84
 
      <documentation>
85
 
         [Enter API information here.]
86
 
      </documentation>
87
 
   </annotation>
88
 
 
89
 
   <annotation>
90
 
      <appInfo>
91
 
         <meta.section type="implementation"/>
92
 
      </appInfo>
93
 
      <documentation>
94
 
         [Enter information about supplied implementation of this extension point.]
95
 
      </documentation>
96
 
   </annotation>
97
 
 
98
 
   <annotation>
99
 
      <appInfo>
100
 
         <meta.section type="copyright"/>
101
 
      </appInfo>
102
 
      <documentation>
103
 
         
104
 
      </documentation>
105
 
   </annotation>
106
 
 
107
 
</schema>