plugins/org.symbian.tools.wrttools/plugin.xml
changeset 481 e908ec135fa1
parent 480 b6d992b9b998
child 482 2973198ae2a9
--- a/plugins/org.symbian.tools.wrttools/plugin.xml	Tue Aug 31 15:21:04 2010 -0700
+++ b/plugins/org.symbian.tools.wrttools/plugin.xml	Wed Sep 01 16:27:43 2010 -0700
@@ -104,9 +104,7 @@
 	
 <!-- Import Wizard -->
 	<extension point="org.eclipse.ui.importWizards">
-		<category id="org.symbian.tools.wrttools.import" name="Mobile Web Tools">
-		</category>
-		<wizard category="org.symbian.tools.wrttools.import"
+		<wizard category="org.symbian.tools.tmw.import"
 			class="org.symbian.tools.wrttools.wizards.projectimport.WrtProjectsImportWizard"
 			icon="icons/import_aptana_project.gif" id="org.symbian.tools.wrttools.import.projectImport"
 			name="Existing Mobile Web Projects into Workspace">
@@ -114,18 +112,7 @@
         Import WRT project created in Aptana, Adobe Dreamweaver or WRT IDE
      </description>
 		</wizard>
-		
-		<wizard
-          category="org.symbian.tools.wrttools.import"
-          class="org.symbian.tools.wrttools.wizards.WgzImportWizard"
-          icon="icons/import_16x16px.png"
-          id="org.symbian.tools.wrttools.importwgz"
-          name="Application Archive (WGZ)">
-        <description>
-          Create WRT project from deployable WGZ application archive
-        </description>
-      </wizard>
-		
+	
     </extension>
 	
 <!-- WRT Content Descriptor (.plist) file -->
@@ -657,7 +644,6 @@
            component-version="1.1"
            name="Symbian WRT 1.1">
         <runtime-component
-              alwayson="true"
               id="tmw.geolocation"
               version="1.0">
         </runtime-component>
@@ -1057,5 +1043,20 @@
             runtime-version="1.1">
       </layout-provider>
    </extension>
+   <extension
+         point="org.symbian.tools.tmw.ui.applicationImporter">
+      <importer
+            class="org.symbian.tools.wrttools.core.project.WgzImporter">
+      </importer>
+   </extension>
+   <extension
+         point="org.eclipse.wst.common.project.facet.core.detectors">
+      <detector
+            class="org.symbian.tools.wrttools.core.libraries.WrtKitFacetDetector">
+      </detector>
+      <detector
+            class="org.symbian.tools.wrttools.core.libraries.PhoneGapFacetDetector">
+      </detector>
+   </extension>
  
 </plugin>