builder/com.nokia.carbide.cdt.builder/schema/environmentModifier.exsd
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="com.nokia.carbide.cdt.builder">
       
     4 <annotation>
       
     5       <appInfo>
       
     6          <meta.schema plugin="com.nokia.carbide.cdt.builder" id="environmentModifier" name="Environment Modifier"/>
       
     7       </appInfo>
       
     8       <documentation>
       
     9          This extension points allows you to modify the environment variables used for Carbide builds.  The builder will generate the list of environment variables for the build configuration, make any changes the builder needs to make, and then allow extensions to alter those environment variabes before the build is performed.
       
    10       </documentation>
       
    11    </annotation>
       
    12 
       
    13    <element name="extension">
       
    14       <complexType>
       
    15          <sequence>
       
    16             <element ref="modifier"/>
       
    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">
       
    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                <appInfo>
       
    38                   <meta.attribute translatable="true"/>
       
    39                </appInfo>
       
    40             </annotation>
       
    41          </attribute>
       
    42       </complexType>
       
    43    </element>
       
    44 
       
    45    <element name="modifier">
       
    46       <complexType>
       
    47          <attribute name="class" type="string" use="required">
       
    48             <annotation>
       
    49                <documentation>
       
    50                   
       
    51                </documentation>
       
    52                <appInfo>
       
    53                   <meta.attribute kind="java" basedOn="com.nokia.carbide.cdt.builder.extension.IEnvironmentModifier"/>
       
    54                </appInfo>
       
    55             </annotation>
       
    56          </attribute>
       
    57       </complexType>
       
    58    </element>
       
    59 
       
    60    <annotation>
       
    61       <appInfo>
       
    62          <meta.section type="since"/>
       
    63       </appInfo>
       
    64       <documentation>
       
    65          Carbide 1.3.1
       
    66       </documentation>
       
    67    </annotation>
       
    68 
       
    69    <annotation>
       
    70       <appInfo>
       
    71          <meta.section type="examples"/>
       
    72       </appInfo>
       
    73       <documentation>
       
    74          &lt;extension
       
    75          point=&quot;com.nokia.carbide.cdt.builder.environmentModifier&quot;&gt;
       
    76       &lt;modifier class=&quot;com.xyz.EnvModifier&quot;/&gt;
       
    77    &lt;/extension&gt;
       
    78       </documentation>
       
    79    </annotation>
       
    80 
       
    81    <annotation>
       
    82       <appInfo>
       
    83          <meta.section type="apiInfo"/>
       
    84       </appInfo>
       
    85       <documentation>
       
    86          
       
    87       </documentation>
       
    88    </annotation>
       
    89 
       
    90    <annotation>
       
    91       <appInfo>
       
    92          <meta.section type="implementation"/>
       
    93       </appInfo>
       
    94       <documentation>
       
    95          
       
    96       </documentation>
       
    97    </annotation>
       
    98 
       
    99    <annotation>
       
   100       <appInfo>
       
   101          <meta.section type="copyright"/>
       
   102       </appInfo>
       
   103       <documentation>
       
   104          
       
   105       </documentation>
       
   106    </annotation>
       
   107 
       
   108 </schema>