--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/testdev/svstestdev/ini/com.symbian.ini.editor/plugin.xml Mon Mar 08 15:05:03 2010 +0800
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ <copyright>
+ </copyright>
+
+ $Id$
+-->
+
+<plugin>
+
+
+ <extension
+ point = "org.eclipse.ui.newWizards">
+ <category
+ id = "org.eclipse.tdep.Wizard.category.ID"
+ name="%_UI_Wizard_category">
+ </category>
+ <wizard
+ id = "com.symbian.ini.presentation.IniModelWizardID"
+ name = "%_UI_IniModelWizard_label"
+ class = "com.symbian.ini.presentation.IniModelWizard"
+ category = "org.eclipse.tdep.Wizard.category.ID"
+ icon = "icons/full/obj16/IniModelFile.gif">
+ <description>%_UI_IniModelWizard_description</description>
+ <selection class = "org.eclipse.core.resources.IResource" />
+ </wizard>
+ </extension>
+
+ <extension point = "org.eclipse.ui.editors">
+ <editor
+ id = "com.symbian.ini.presentation.IniEditorID"
+ name = "%_UI_IniEditor_label"
+ icon = "icons/full/obj16/IniModelFile.gif"
+ extensions = "ini"
+ class = "com.symbian.ini.presentation.IniEditor"
+ contributorClass="com.symbian.ini.presentation.IniActionBarContributor" >
+ </editor>
+ </extension>
+
+
+
+ <extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension targetID="com.symbian.driver.editor.SymbianTest">
+ <newWizardShortcut id="com.symbian.ini.presentation.IniModelWizardID"/>
+ </perspectiveExtension>
+ </extension>
+ <extension
+ point="org.eclipse.ui.preferencePages">
+ <page
+ category="com.symbian.RootPreferencePage"
+ class="com.symbian.genericEditorUtils.preferences.GenericEditorsPreferencePage"
+ id="com.symbian.ini.editor.EditorsPreferencePage"
+ name="Editors"/>
+ </extension>
+
+</plugin>