org.symbian.tools.wrttools/plugin.xml
changeset 71 3b6f16a76732
parent 63 558819056485
child 74 1f72e81a1aa7
equal deleted inserted replaced
67:fb430f25c33d 71:3b6f16a76732
   143         id-pattern="com.{0}.basic.widget">
   143         id-pattern="com.{0}.basic.widget">
   144 			<description>
   144 			<description>
   145 				This wizard generates an empty widget project with a minimal Info.plist, html,css and js.
   145 				This wizard generates an empty widget project with a minimal Info.plist, html,css and js.
   146          </description>
   146          </description>
   147 		</projectTemplate>
   147 		</projectTemplate>
       
   148       <projectTemplate
       
   149             archive="projecttemplates/wrtkit.zip"
       
   150             default-css-name="basic"
       
   151             default-html-name="index"
       
   152             default-js-name="basic"
       
   153             icon="icons/main16.gif"
       
   154             id-pattern="com.{0}.basic.widget"
       
   155             name="Basic WRT Project with WRTKit Support">
       
   156          <description>
       
   157             This wizard generates an basic project with a minimal Info.plist, html,css and js along with WRTKit.
       
   158          </description>
       
   159       </projectTemplate>
       
   160       <projectTemplate
       
   161             archive="projecttemplates/flickr.zip"
       
   162             default-css-name="Flickr"
       
   163             default-html-name="index"
       
   164             default-js-name="Flickr"
       
   165             icon="icons/flickr.gif"
       
   166             id-pattern="com.{0}.flickr.widget"
       
   167             name="Flickr Application Project"
       
   168             wizard-page-factory="org.symbian.tools.wrttools.wizards.FlickrProjectDetailsWizardPage$Factory">
       
   169          <description>
       
   170             This wizard generates an Flickr project with a minimal Info.plist, html,css and js and WRTKit.
       
   171          </description>
       
   172       </projectTemplate>
       
   173       <projectTemplate
       
   174             archive="projecttemplates/rssreader.zip"
       
   175             default-css-name="RSSReader"
       
   176             default-html-name="index"
       
   177             default-js-name="RSSReader"
       
   178             icon="icons/rss.gif"
       
   179             id-pattern="com.{0}.rssreader.widget"
       
   180             name="RSS Reader Application Project"
       
   181             wizard-page-factory="org.symbian.tools.wrttools.wizards.RssReaderProjectDetailsWizardPage$Factory">
       
   182          <description>
       
   183             This wizard generates an RSS Reader project with a minimal Info.plist, html,css and js and WRTKit.
       
   184          </description>
       
   185       </projectTemplate>
   148 	</extension>
   186 	</extension>
   149 	
   187 	
   150 <!-- Import Wizard -->
   188 <!-- Import Wizard -->
   151 	<extension point="org.eclipse.ui.importWizards">
   189 	<extension point="org.eclipse.ui.importWizards">
   152 		<category id="org.symbian.tools.wrttools.import" name="Web Runtime(WRT)">
   190 		<category id="org.symbian.tools.wrttools.import" name="Web Runtime(WRT)">