sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.wizards/plugin.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:32:31 +0200
changeset 2 b9ab3b238396
child 12 ae255c9aa552
permissions -rw-r--r--
Initial version of Performance Investigator under EPL

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.ui.importWizards">
      <category
            id="com.nokia.carbide.cpp.importWizards.pi"
            name="Performance Investigator">
      </category>
      <wizard
            category="com.nokia.carbide.cpp.importWizards.pi"
            class="com.nokia.carbide.cpp.internal.pi.wizards.ui.NewPIWizard"
            icon="icons/PI_Meter_16x16.png"
            id="com.nokia.carbide.cpp.pi.wizards.ui.NewPIWizard"
            name="Performance Investigator Data">
         <description>
            Import a Carbide.c++ Profiler data file (*.dat).
         </description>
      </wizard>
   </extension>
   <extension
         point="org.eclipse.ui.exportWizards">
      <category
            id="com.nokia.carbide.cpp.exportWizards.pi"
            name="Performance Investigator">
      </category>
	</extension>
</plugin>