org.symbian.tools.mtw.core/schema/packagers.exsd
changeset 461 7a8f9fa8d278
parent 459 c278f0c8917f
--- a/org.symbian.tools.mtw.core/schema/packagers.exsd	Thu Jul 29 15:59:01 2010 -0700
+++ b/org.symbian.tools.mtw.core/schema/packagers.exsd	Mon Aug 09 15:18:34 2010 -0700
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- Schema file written by PDE -->
-<schema targetNamespace="org.symbian.tools.mtw.core" xmlns="http://www.w3.org/2001/XMLSchema">
+<schema targetNamespace="org.symbian.tools.tmw.core" xmlns="http://www.w3.org/2001/XMLSchema">
 <annotation>
       <appinfo>
-         <meta.schema plugin="org.symbian.tools.mtw.core" id="packagers" name="Application Packagers"/>
+         <meta.schema plugin="org.symbian.tools.tmw.core" id="packagers" name="Application Packagers"/>
       </appinfo>
       <documentation>
          Packagers can package given application for specified runtime
@@ -55,30 +55,44 @@
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.symbian.tools.mtw.core.runtimes.IPackagerDelegate"/>
+                  <meta.attribute kind="java" basedOn=":org.symbian.tools.tmw.core.runtimes.IPackagerDelegate"/>
                </appinfo>
             </annotation>
          </attribute>
-         <attribute name="targetRuntime" type="string" use="required">
+         <attribute name="target-runtime" type="string" use="required">
             <annotation>
                <documentation>
                   ID of the runtime that the application will be deployed to.
                </documentation>
                <appinfo>
-                  <meta.attribute kind="identifier" basedOn="org.symbian.tools.mtw.core.runtimes/runtime/@id"/>
+                  <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.core.runtimes/runtime/@component-id"/>
                </appinfo>
             </annotation>
          </attribute>
-         <attribute name="sourceRuntime" type="string">
+         <attribute name="target-runtime-version" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="source-runtime" type="string">
             <annotation>
                <documentation>
                   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
                </documentation>
                <appinfo>
-                  <meta.attribute kind="identifier" basedOn="org.symbian.tools.mtw.core.runtimes/runtime/@id"/>
+                  <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.core.runtimes/runtime/@component-id"/>
                </appinfo>
             </annotation>
          </attribute>
+         <attribute name="source-runtime-version" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
       </complexType>
    </element>