org.symbian.tools.wrttools/plugin.xml
changeset 24 ca6e8f2b6f85
parent 22 6297dfe3bd9d
child 25 e4f69a449ad3
equal deleted inserted replaced
23:c61ca05763e5 24:ca6e8f2b6f85
    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>
    73    </extension>
    83    </extension>
    74    <extension
    84    <extension
    75          point="org.symbian.tools.wrttools.projectTemplates">
    85          point="org.symbian.tools.wrttools.projectTemplates">
    76       <projectTemplate
    86       <projectTemplate
    77             archive="projecttemplates/basic.zip"
    87             archive="projecttemplates/basic.zip"
   120       </super>
   130       </super>
   121       <persistent
   131       <persistent
   122             value="true">
   132             value="true">
   123       </persistent>
   133       </persistent>
   124    </extension>
   134    </extension>
   125    <extension
       
   126          point="org.eclipse.core.contenttype.contentTypes">
       
   127       <content-type
       
   128             base-type="org.eclipse.core.runtime.xml"
       
   129             file-extensions="plist"
       
   130             id="org.symbian.tools.wrttools.contenttype.plist"
       
   131             name="WebRuntime Descriptor File"
       
   132             priority="normal">
       
   133       </content-type>
       
   134    </extension>
       
   135 </plugin>
   135 </plugin>