org.symbian.tools.wrttools/plugin.xml
changeset 353 7d239d0853b9
parent 348 4cd68ab4c1f2
child 354 0bceeb415e7f
equal deleted inserted replaced
352:9e80d9bd54fe 353:7d239d0853b9
   153 	
   153 	
   154 <!-- WRT Project Templates -->
   154 <!-- WRT Project Templates -->
   155 	<extension point="org.symbian.tools.wrttools.projectTemplates">
   155 	<extension point="org.symbian.tools.wrttools.projectTemplates">
   156 
   156 
   157       <projectTemplate
   157       <projectTemplate
   158 		name="Basic Widget Project"
   158 		name="Basic Project"
   159         archive="projecttemplates/basic.zip"
   159         archive="projecttemplates/basic.zip"
   160         default-css-name="basic"
   160         default-css-name="basic"
   161         default-html-name="index"
   161         default-html-name="index"
   162         default-js-name="basic"
   162         default-js-name="basic"
   163         icon="icons/main16.gif"
   163         icon="icons/main16.gif"
   166 				This wizard generates an empty widget project with a minimal Info.plist, html,css and js.
   166 				This wizard generates an empty widget project with a minimal Info.plist, html,css and js.
   167          </description>
   167          </description>
   168 	  </projectTemplate> 
   168 	  </projectTemplate> 
   169 
   169 
   170       <projectTemplate
   170       <projectTemplate
   171             name="Hello Application Project with WRTKit Support"
   171             name="Advanced Project"
   172             archive="projecttemplates/helloWithWRTKit.zip"
   172             archive="projecttemplates/helloWithWRTKit.zip"
   173             default-css-name="HelloWithWRTKit"
   173             default-css-name="HelloWithWRTKit"
   174             default-html-name="index"
   174             default-html-name="index"
   175             default-js-name="HelloWithWRTKit"
   175             default-js-name="HelloWithWRTKit"
   176             icon="icons/WRT_main_16.png"
   176             icon="icons/WRT_main_16.png"
   181          </description>
   181          </description>
   182          <requires-library>org.symbian.wrtkit</requires-library>
   182          <requires-library>org.symbian.wrtkit</requires-library>
   183       </projectTemplate>
   183       </projectTemplate>
   184 
   184 
   185       <projectTemplate
   185       <projectTemplate
   186             name="Flickr Application Project"
   186             name="Flickr Project"
   187             archive="projecttemplates/flickr.zip"
   187             archive="projecttemplates/flickr.zip"
   188             default-css-name="Flickr"
   188             default-css-name="Flickr"
   189             default-html-name="index"
   189             default-html-name="index"
   190             default-js-name="Flickr"
   190             default-js-name="Flickr"
   191             icon="icons/flickr.gif"
   191             icon="icons/flickr.gif"
   196          </description>
   196          </description>
   197          <requires-library>org.symbian.wrtkit</requires-library>
   197          <requires-library>org.symbian.wrtkit</requires-library>
   198       </projectTemplate>
   198       </projectTemplate>
   199 
   199 
   200       <projectTemplate
   200       <projectTemplate
   201             name="RSS Reader Application Project"
   201             name="RSS Reader Project"
   202             archive="projecttemplates/rssreader.zip"
   202             archive="projecttemplates/rssreader.zip"
   203             default-css-name="RSSReader"
   203             default-css-name="RSSReader"
   204             default-html-name="index"
   204             default-html-name="index"
   205             default-js-name="RSSReader"
   205             default-js-name="RSSReader"
   206             icon="icons/rss.gif"
   206             icon="icons/rss.gif"