org.symbian.tools.wrttools/plugin.xml
changeset 8 683bdcbc3ebd
parent 3 d3477de62514
child 17 f1b0259bb410
equal deleted inserted replaced
7:1a02e8a8be9c 8:683bdcbc3ebd
    53    </extension>
    53    </extension>
    54    <extension
    54    <extension
    55          point="org.eclipse.ui.newWizards">
    55          point="org.eclipse.ui.newWizards">
    56       <category
    56       <category
    57             id="org.symbian.tools.wrttools.core.category"
    57             id="org.symbian.tools.wrttools.core.category"
    58             name="Symbian WRT">
    58             name="Web Runtime(WRT)">
    59       </category>
    59       </category>
    60       <wizard
    60       <wizard
    61             category="org.symbian.tools.wrttools.core.category"
    61             category="org.symbian.tools.wrttools.core.category"
    62             class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard"
    62             class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard"
    63             finalPerspective="org.eclipse.wst.jsdt.ui.JavaPerspective"
    63             finalPerspective="org.eclipse.wst.jsdt.ui.JavaPerspective"
    64             hasPages="true"
    64             hasPages="true"
    65             icon="icons/main16.gif"
    65             icon="icons/main16.gif"
    66             id="org.symbian.tools.wrttools.core.wrtwidgetwizard"
    66             id="org.symbian.tools.wrttools.core.wrtwidgetwizard"
    67             name="WRT Widget"
    67             name="Web Runtime Widget"
    68             project="true">
    68             project="true">
    69          <description>
    69          <description>
    70             Creates a new Symbian WRT widget project using one of the provided templates
    70             Creates a new Symbian WRT widget project using one of the provided templates
    71          </description>
    71          </description>
    72       </wizard>
    72       </wizard>
    88    </extension>
    88    </extension>
    89    <extension
    89    <extension
    90          point="org.eclipse.ui.importWizards">
    90          point="org.eclipse.ui.importWizards">
    91       <category
    91       <category
    92             id="org.symbian.tools.wrttools.import"
    92             id="org.symbian.tools.wrttools.import"
    93             name="WRT Tools">
    93             name="Web Runtime(WRT)">
    94       </category>
    94       </category>
    95       <wizard
    95       <wizard
    96             category="org.symbian.tools.wrttools.import"
    96             category="org.symbian.tools.wrttools.import"
    97             class="org.symbian.tools.wrttools.wizards.AptanaProjectsImportWizard"
    97             class="org.symbian.tools.wrttools.wizards.AptanaProjectsImportWizard"
    98             icon="icons/main16.gif"
    98             icon="icons/main16.gif"
    99             id="org.symbian.tools.wrttools.import.aptanaImport"
    99             id="org.symbian.tools.wrttools.import.aptanaImport"
   100             name="Aptana IDE WRT Project">
   100             name="Aptana IDE WRT Project">
   101       </wizard>
   101       </wizard>
   102    </extension>
       
   103 
       
   104    
       
   105    <extension
       
   106          id="org.eclipse.wst.xml.ui.ExampleProjectCreationWizardExtension"
       
   107          name="Example Project Creation Wizard"
       
   108          point="org.eclipse.wst.common.ui.exampleProjectCreationWizard"> 
       
   109       <wizard
       
   110            id="org.eclipse.wst.xml.ui.ExampleProjectCreationWizard"
       
   111            banner="icons/newSampleProject_wizbanner.gif">
       
   112          <projectsetup
       
   113                pagetitle="%XMLExampleProjectCreationWizard.pagetitle"
       
   114                name="%XMLExampleProjectCreationWizard.projectname"
       
   115                label="%XMLExampleProjectCreationWizard.label"
       
   116                pagedescription="%XMLExampleProjectCreationWizard.pagedescription"
       
   117                open="readme.html">
       
   118             <import
       
   119                   dest=""
       
   120                   src="org.symbian.tools.wrttools.wizards.examples.FlickrApplication.zip">
       
   121             </import>
       
   122         </projectsetup>
       
   123      </wizard>
       
   124    </extension>
   102    </extension>
   125    
   103    
   126    <extension
   104    <extension
   127          point="org.eclipse.ui.popupMenus">
   105          point="org.eclipse.ui.popupMenus">
   128       <objectContribution
   106       <objectContribution
   149       <persistent
   127       <persistent
   150             value="true">
   128             value="true">
   151       </persistent>
   129       </persistent>
   152    </extension>
   130    </extension>
   153    <extension
   131    <extension
   154          point="org.eclipse.ui.menus">
       
   155       <menuContribution
       
   156             class="org.symbian.tools.wrt.builder.Contribution1"
       
   157             locationURI="menu:org.eclipse.ui.main.menu?after=additions&quot;">
       
   158       </menuContribution>
       
   159    </extension>
       
   160    <extension
       
   161          id="org.symbian.tools.wrt.jsProblem"
   132          id="org.symbian.tools.wrt.jsProblem"
   162          name="JSProblem"
   133          name="JSProblem"
   163          point="org.eclipse.core.resources.markers">
   134          point="org.eclipse.core.resources.markers">
   164       <super
   135       <super
   165             type="org.eclipse.core.resources.problemmarker">
   136             type="org.eclipse.core.resources.problemmarker">