org.symbian.tools.wrttools/plugin.xml
changeset 136 058151c7f9e6
parent 129 06a71481cb0d
child 137 22c6da0edf5d
equal deleted inserted replaced
129:06a71481cb0d 136:058151c7f9e6
    33  
    33  
    34 <!-- Widget Project Nature Images -->
    34 <!-- Widget Project Nature Images -->
    35         <extension
    35         <extension
    36               point="org.eclipse.ui.ide.projectNatureImages">
    36               point="org.eclipse.ui.ide.projectNatureImages">
    37            <image
    37            <image
    38                  icon="icons/main16.gif"
    38                  icon="icons/WRT_main_16.png"
    39                  id="org.symbian.tools.wrttools.natureImage"
    39                  id="org.symbian.tools.wrttools.natureImage"
    40                  natureId="org.symbian.tools.wrttools.WidgetProjectNature">
    40                  natureId="org.symbian.tools.wrttools.WidgetProjectNature">
    41            </image>
    41            </image>
    42         </extension>
    42         </extension>
    43         
    43         
   154 		<category id="org.symbian.tools.wrttools.core.category" name="Web Runtime(WRT)">
   154 		<category id="org.symbian.tools.wrttools.core.category" name="Web Runtime(WRT)">
   155 		</category>
   155 		</category>
   156 		<wizard category="org.symbian.tools.wrttools.core.category"
   156 		<wizard category="org.symbian.tools.wrttools.core.category"
   157 			class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard"
   157 			class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard"
   158 			finalPerspective="org.symbian.tools.wrttools.mainPerspective"
   158 			finalPerspective="org.symbian.tools.wrttools.mainPerspective"
   159 			hasPages="true" icon="icons/main16.gif"
   159 			hasPages="true" icon="icons/WRT_main_16.png"
   160 			id="org.symbian.tools.wrttools.core.wrtwidgetwizard" name="Web Runtime Application"
   160 			id="org.symbian.tools.wrttools.core.wrtwidgetwizard" name="Web Runtime Application"
   161 			project="true">
   161 			project="true">
   162 			<description>
   162 			<description>
   163 				Creates a new Symbian WRT application project using one of the provided
   163 				Creates a new Symbian WRT application project using one of the provided
   164 				templates
   164 				templates
   194             name="Hello Application Project with WRTKit Support"
   194             name="Hello Application Project with WRTKit Support"
   195             archive="projecttemplates/helloWithWRTKit.zip"
   195             archive="projecttemplates/helloWithWRTKit.zip"
   196             default-css-name="HelloWithWRTKit"
   196             default-css-name="HelloWithWRTKit"
   197             default-html-name="index"
   197             default-html-name="index"
   198             default-js-name="HelloWithWRTKit"
   198             default-js-name="HelloWithWRTKit"
   199             icon="icons/main16.gif"
   199             icon="icons/WRT_main_16.png"
   200             id-pattern="com.{0}.helloWithWRTKit.widget"
   200             id-pattern="com.{0}.helloWithWRTKit.widget"
   201             wizard-page-factory="org.symbian.tools.wrttools.wizards.HelloWithWRTKitProjectDetailsWizardPage$Factory">
   201             wizard-page-factory="org.symbian.tools.wrttools.wizards.HelloWithWRTKitProjectDetailsWizardPage$Factory">
   202          <description>
   202          <description>
   203             This wizard generates a basic Hello project with a minimal Info.plist, html,css and js along with WRTKit.
   203             This wizard generates a basic Hello project with a minimal Info.plist, html,css and js along with WRTKit.
   204          </description>
   204          </description>