sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.wizards/plugin.xml
changeset 2 b9ab3b238396
child 12 ae255c9aa552
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.wizards/plugin.xml	Thu Feb 11 15:32:31 2010 +0200
@@ -0,0 +1,28 @@
+<?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>