org.symbian.tools.mtw.core/schema/packagers.exsd
changeset 461 7a8f9fa8d278
parent 459 c278f0c8917f
equal deleted inserted replaced
460:c0bff5ed874c 461:7a8f9fa8d278
     1 <?xml version='1.0' encoding='UTF-8'?>
     1 <?xml version='1.0' encoding='UTF-8'?>
     2 <!-- Schema file written by PDE -->
     2 <!-- Schema file written by PDE -->
     3 <schema targetNamespace="org.symbian.tools.mtw.core" xmlns="http://www.w3.org/2001/XMLSchema">
     3 <schema targetNamespace="org.symbian.tools.tmw.core" xmlns="http://www.w3.org/2001/XMLSchema">
     4 <annotation>
     4 <annotation>
     5       <appinfo>
     5       <appinfo>
     6          <meta.schema plugin="org.symbian.tools.mtw.core" id="packagers" name="Application Packagers"/>
     6          <meta.schema plugin="org.symbian.tools.tmw.core" id="packagers" name="Application Packagers"/>
     7       </appinfo>
     7       </appinfo>
     8       <documentation>
     8       <documentation>
     9          Packagers can package given application for specified runtime
     9          Packagers can package given application for specified runtime
    10       </documentation>
    10       </documentation>
    11    </annotation>
    11    </annotation>
    53             <annotation>
    53             <annotation>
    54                <documentation>
    54                <documentation>
    55                   
    55                   
    56                </documentation>
    56                </documentation>
    57                <appinfo>
    57                <appinfo>
    58                   <meta.attribute kind="java" basedOn=":org.symbian.tools.mtw.core.runtimes.IPackagerDelegate"/>
    58                   <meta.attribute kind="java" basedOn=":org.symbian.tools.tmw.core.runtimes.IPackagerDelegate"/>
    59                </appinfo>
    59                </appinfo>
    60             </annotation>
    60             </annotation>
    61          </attribute>
    61          </attribute>
    62          <attribute name="targetRuntime" type="string" use="required">
    62          <attribute name="target-runtime" type="string" use="required">
    63             <annotation>
    63             <annotation>
    64                <documentation>
    64                <documentation>
    65                   ID of the runtime that the application will be deployed to.
    65                   ID of the runtime that the application will be deployed to.
    66                </documentation>
    66                </documentation>
    67                <appinfo>
    67                <appinfo>
    68                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.mtw.core.runtimes/runtime/@id"/>
    68                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.core.runtimes/runtime/@component-id"/>
    69                </appinfo>
    69                </appinfo>
    70             </annotation>
    70             </annotation>
    71          </attribute>
    71          </attribute>
    72          <attribute name="sourceRuntime" type="string">
    72          <attribute name="target-runtime-version" type="string" use="required">
       
    73             <annotation>
       
    74                <documentation>
       
    75                   
       
    76                </documentation>
       
    77             </annotation>
       
    78          </attribute>
       
    79          <attribute name="source-runtime" type="string">
    73             <annotation>
    80             <annotation>
    74                <documentation>
    81                <documentation>
    75                   ID of the runtime that the project should support so it could be deployed to targetRuntime. If this attribute is empty then the project should target the targetRuntime directly
    82                   ID of the runtime that the project should support so it could be deployed to targetRuntime. If this attribute is empty then the project should target the targetRuntime directly
    76                </documentation>
    83                </documentation>
    77                <appinfo>
    84                <appinfo>
    78                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.mtw.core.runtimes/runtime/@id"/>
    85                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.core.runtimes/runtime/@component-id"/>
    79                </appinfo>
    86                </appinfo>
       
    87             </annotation>
       
    88          </attribute>
       
    89          <attribute name="source-runtime-version" type="string">
       
    90             <annotation>
       
    91                <documentation>
       
    92                   
       
    93                </documentation>
    80             </annotation>
    94             </annotation>
    81          </attribute>
    95          </attribute>
    82       </complexType>
    96       </complexType>
    83    </element>
    97    </element>
    84 
    98