Bug 2923 - Add more templates for modern devices
authorEugene Ostroukhov <eugeneo@symbian.org>
Wed, 16 Jun 2010 16:06:47 -0700
changeset 381 8620655754e5
parent 380 ad4285b436df
child 382 0a04e9d28d78
Bug 2923 - Add more templates for modern devices
org.symbian.tools.wrttools/plugin.xml
org.symbian.tools.wrttools/projecttemplates/basic.zip
org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip
--- a/org.symbian.tools.wrttools/plugin.xml	Wed Jun 16 11:45:10 2010 -0700
+++ b/org.symbian.tools.wrttools/plugin.xml	Wed Jun 16 16:06:47 2010 -0700
@@ -128,7 +128,7 @@
             icon="icons/main16.gif"
             id-pattern="com.{0}.basic.widget"
             name="Minimal Project"
-            order="4">
+            order="10">
 			<description>
 				This wizard generates an empty widget project with a minimal Info.plist, html,css and js.
          </description>
@@ -181,6 +181,19 @@
          </description>
          <requires-library>org.symbian.wrtkit</requires-library>
       </projectTemplate>
+      <projectTemplate
+            archive="projecttemplates/highendtemplate.zip"
+            default-css-name="basic"
+            default-html-name="index"
+            default-js-name="basic"
+            icon="icons/main16.gif"
+            id-pattern="com.{0}.basic.widget"
+            order="4"
+            name="Example Project Using Templates for High-End Devices">
+         <description>
+            Includes templates for high-end devices from Forum.Nokia.
+         </description>
+      </projectTemplate>
 	</extension>
 	
 <!-- Import Wizard -->
Binary file org.symbian.tools.wrttools/projecttemplates/basic.zip has changed
Binary file org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip has changed