org.symbian.tools.wrttools/plugin.xml
changeset 19 870b5b85471f
parent 17 f1b0259bb410
child 22 6297dfe3bd9d
equal deleted inserted replaced
18:f887dc7c2ae0 19:870b5b85471f
    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>
    73       <wizard
       
    74             category="org.symbian.tools.wrttools.core.category"
       
    75             class="org.symbian.tools.wrttools.wizards.AptanaProjectsImportWizard"
       
    76             finalPerspective="org.eclipse.wst.jsdt.ui.JavaPerspective"
       
    77             hasPages="true"
       
    78             icon="icons/main16.gif"
       
    79             id="org.symbian.tools.wrttools.newImportAptanaProject"
       
    80             name="Import Aptana IDE WRT Project"
       
    81             project="true">
       
    82       </wizard>
       
    83    </extension>
    73    </extension>
    84    <extension
    74    <extension
    85          point="org.symbian.tools.wrttools.projectTemplates">
    75          point="org.symbian.tools.wrttools.projectTemplates">
    86       <projectTemplate
    76       <projectTemplate
    87             archive="projecttemplates/basic.zip"
    77             archive="projecttemplates/basic.zip"
   108             icon="icons/main16.gif"
    98             icon="icons/main16.gif"
   109             id="org.symbian.tools.wrttools.import.aptanaImport"
    99             id="org.symbian.tools.wrttools.import.aptanaImport"
   110             name="Aptana IDE WRT Project">
   100             name="Aptana IDE WRT Project">
   111       </wizard>
   101       </wizard>
   112    </extension>
   102    </extension>
   113    
   103       <extension
   114    <extension
       
   115          point="org.eclipse.ui.popupMenus">
       
   116       <objectContribution
       
   117             adaptable="true"
       
   118             objectClass="org.eclipse.core.resources.IProject"
       
   119             nameFilter="*"
       
   120             id="org.symbian.tools.wrt.contribution1">
       
   121          <action
       
   122                label="Add/Remove Sample Nature"
       
   123                class="org.symbian.tools.wrt.builder.ToggleNatureAction"
       
   124                menubarPath="additions"
       
   125                enablesFor="+"
       
   126                id="org.symbian.tools.wrt.addRemoveNatureAction">
       
   127          </action>
       
   128       </objectContribution>
       
   129    </extension>
       
   130    <extension
       
   131          id="org.symbian.tools.wrt.xmlProblem"
   104          id="org.symbian.tools.wrt.xmlProblem"
   132          name="XML Problem"
   105          name="XML Problem"
   133          point="org.eclipse.core.resources.markers">
   106          point="org.eclipse.core.resources.markers">
   134       <super
   107       <super
   135             type="org.eclipse.core.resources.problemmarker">
   108             type="org.eclipse.core.resources.problemmarker">
   147       </super>
   120       </super>
   148       <persistent
   121       <persistent
   149             value="true">
   122             value="true">
   150       </persistent>
   123       </persistent>
   151    </extension>
   124    </extension>
   152 
       
   153 </plugin>
   125 </plugin>