Contribute CNF based TMF project handling
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.xml
index 5d86ab88bc31934ac7c7e91fad59c8acf0962f08..a72ff974d5775f21ed265dce6ab0a2b5593c8e5e 100644 (file)
       </wizard>
    </extension>
    <extension
-         id="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature"
+         id="org.eclipse.linuxtools.lttng.LTTngProjectNature"
          point="org.eclipse.core.resources.natures">
       <runtime>
          <run
-               class="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature">
+               class="org.eclipse.linuxtools.lttng.LTTngProjectNature">
          </run>
       </runtime>
    </extension>
             id="org.eclipse.linuxtools.lttng.ui.propertyPage.libPath"
             name="%project.propertyPage.tracelibPath">
          <filter name="nature"
-                value="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature" />
+                value="org.eclipse.linuxtools.lttng.LTTngProjectNature" />
             <enabledWhen>
                 <adapt type="org.eclipse.core.resources.IProject">
                 </adapt>
       </page>
    </extension>
 
+   <extension
+         point="org.eclipse.linuxtools.tmf.tracetype">
+      <category
+            id="org.eclipse.linuxtools.lttng.ui.category.lttng"
+            name="%tracetype.category.lttng">
+      </category>
+      <type
+            category="org.eclipse.linuxtools.lttng.ui.category.lttng"
+            event_type="org.eclipse.linuxtools.lttng.event.LttngEvent"
+            icon="icons/obj16/garland16.gif"
+            id="org.eclipse.linuxtools.lttng.tracetype.kernel"
+            name="%tracetype.type.kernel"
+            trace_type="org.eclipse.linuxtools.lttng.trace.LTTngTrace">
+      </type>
+   </extension>
+
 </plugin>
This page took 0.024128 seconds and 5 git commands to generate.