org.symbian.tools.wrttools/plugin.xml
changeset 200 830136ec8316
parent 194 46f0d372a45c
child 203 bb3a18c4e037
equal deleted inserted replaced
195:f02192d5e8f8 200:830136ec8316
   201 			<description>
   201 			<description>
   202 				Creates a new Symbian WRT application project using one of the provided
   202 				Creates a new Symbian WRT application project using one of the provided
   203 				templates
   203 				templates
   204          </description>
   204          </description>
   205 		</wizard>
   205 		</wizard>
   206 		<wizard category="org.symbian.tools.wrttools.core.category"
       
   207 			class="org.symbian.tools.wrttools.wizards.AptanaProjectsImportWizard"
       
   208 			finalPerspective="org.symbian.tools.wrttools.mainPerspective"
       
   209 			hasPages="true" icon="icons/import_aptana_project.gif"
       
   210 			id="org.symbian.tools.wrttools.newImportAptanaProject" name="Import Aptana IDE WRT Project"
       
   211 			project="true">
       
   212 		</wizard>
       
   213 	</extension>
   206 	</extension>
   214 	
   207 	
   215 <!-- WRT Project Templates -->
   208 <!-- WRT Project Templates -->
   216 	<extension point="org.symbian.tools.wrttools.projectTemplates">
   209 	<extension point="org.symbian.tools.wrttools.projectTemplates">
   217 <!--
   210 <!--
   278 <!-- Import Wizard -->
   271 <!-- Import Wizard -->
   279 	<extension point="org.eclipse.ui.importWizards">
   272 	<extension point="org.eclipse.ui.importWizards">
   280 		<category id="org.symbian.tools.wrttools.import" name="Web Runtime(WRT)">
   273 		<category id="org.symbian.tools.wrttools.import" name="Web Runtime(WRT)">
   281 		</category>
   274 		</category>
   282 		<wizard category="org.symbian.tools.wrttools.import"
   275 		<wizard category="org.symbian.tools.wrttools.import"
   283 			class="org.symbian.tools.wrttools.wizards.AptanaProjectsImportWizard"
   276 			class="org.symbian.tools.wrttools.wizards.projectimport.AptanaProjectsImportWizard"
   284 			icon="icons/import_aptana_project.gif" id="org.symbian.tools.wrttools.import.aptanaImport"
   277 			icon="icons/import_aptana_project.gif" id="org.symbian.tools.wrttools.import.aptanaImport"
   285 			name="Aptana IDE WRT Project">
   278 			name="WRT Project">
   286 		</wizard>
   279 		</wizard>
   287        <wizard
   280        <wizard
   288           category="org.symbian.tools.wrttools.import"
   281           category="org.symbian.tools.wrttools.import"
   289           class="org.symbian.tools.wrttools.wizards.WgzImportWizard"
   282           class="org.symbian.tools.wrttools.wizards.WgzImportWizard"
   290           icon="icons/WRTImport.gif"
   283           icon="icons/WRTImport.gif"
   291           id="org.symbian.tools.wrttools.importwgz"
   284           id="org.symbian.tools.wrttools.importwgz"
   292           name="WRT Application Archive (WGZ) File">
   285           name="Sources from WGZ File">
   293        </wizard>
   286        </wizard>
   294     </extension>
   287     </extension>
   295 	
   288 	
   296 <!-- Problem Markers -->
   289 <!-- Problem Markers -->
   297 	<extension id="org.symbian.tools.wrt.xmlProblem" name="XML Problem"
   290 	<extension id="org.symbian.tools.wrt.xmlProblem" name="XML Problem"