sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.core/plugin.xml
changeset 2 b9ab3b238396
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.core/plugin.xml	Thu Feb 11 15:32:31 2010 +0200
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+   <extension
+         id="pinature"
+         name="Carbide.c++ Performance Investigator Nature"
+         point="org.eclipse.core.resources.natures">
+      <runtime>
+         <run class="com.nokia.carbide.cpp.pi.core.PIProjectNature"/>
+      </runtime>
+      <builder id="com.nokia.carbide.cpp.pi.core.PIProjectNature"/>
+   </extension>
+
+</plugin>