ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / plugin.xml
index 99128a39f9c710f45bbd210dd67f26ccd818ad91..3dc023721da46eae5aff47372fa6faa71c456f7c 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>
-       <extension
+    <extension
        point="org.eclipse.ui.views">
-               <category id="org.eclipse.linuxtools.tmf.ui.stubs" name="TMF UI Stubs">
-               </category>
-               <view category="org.eclipse.linuxtools.tmf.ui.stubs"
-                       class="org.eclipse.linuxtools.tmf.ui.widgets.timegraph.test.stub.views.TsfTraceAnalysisView"
-                       id="org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.views.TmfTaTimeAnalysis"
-                       name="Time Graph View" restorable="true">
-               </view>
+        <category id="org.eclipse.linuxtools.tmf.ui.stubs" name="TMF UI Stubs">
+        </category>
+        <view category="org.eclipse.linuxtools.tmf.ui.stubs"
+            class="org.eclipse.linuxtools.tmf.ui.widgets.timegraph.test.stub.views.TsfTraceAnalysisView"
+            id="org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.views.TmfTaTimeAnalysis"
+            name="Time Graph View" restorable="true">
+        </view>
   <view
         category="org.eclipse.linuxtools.tmf.ui.stubs"
         class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView"
           view="org.eclipse.linuxtools.tmf.ui.tests.testSDView2Loaders">
     </uml2SDLoader>
  </extension>
-
-   <extension
-         point="org.eclipse.linuxtools.tmf.ui.tracetype">
-      <category
-            id="org.eclipse.linuxtools.tmf.tests.category.tracetype"
-            name="Test trace">
-      </category>
-      <type
-            category="org.eclipse.linuxtools.tmf.tests.category.tracetype"
-            event_type="org.eclipse.linuxtools.tmf.core.event.TmfEvent"
-            id="org.eclipse.linuxtools.tmf.tests.tracetype"
-            name="TMF Tests"
-            trace_type="org.eclipse.linuxtools.tmf.tests.stubs.trace.TmfTraceStub">
-         <eventsTableType
-               class="org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable">
-         </eventsTableType>
-      </type>
-      <type
-            category="org.eclipse.linuxtools.tmf.tests.category.tracetype"
-            event_type="org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfEvent"
-            id="org.eclipse.linuxtools.tmf.tests.ctf.tracetype"
-            name="CTF Tests"
-            trace_type="org.eclipse.linuxtools.tmf.tests.stubs.ctf.CtfTmfTraceStub">
-      </type>
-   </extension>
    <extension
          point="org.eclipse.linuxtools.tmf.core.analysis">
       <module
          <tracetype
                class="org.eclipse.linuxtools.tmf.tests.stubs.trace.TmfTraceStub">
          </tracetype>
-         <tracetype
-               class="org.eclipse.linuxtools.tmf.tests.stubs.ctf.CtfTmfTraceStub">
-         </tracetype>
       </module>
+      <output
+            class="org.eclipse.linuxtools.tmf.ui.analysis.TmfAnalysisViewOutput"
+            id="org.eclipse.linuxtools.tmf.ui.tests.testAnalysisView">
+         <analysisModuleClass
+               class="org.eclipse.linuxtools.tmf.ui.tests.stubs.analysis.TestAnalysisUi">
+         </analysisModuleClass>
+      </output>
+   </extension>
+   <extension
+         point="org.eclipse.ui.editors">
+      <editor
+            class="org.eclipse.linuxtools.tmf.ui.tests.experiment.type.TmfEventsEditorStub"
+            default="false"
+            id="org.eclipse.linuxtools.tmf.ui.editors.events.stub"
+            name="%events.editor.name">
+         <contentTypeBinding
+               contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">
+         </contentTypeBinding>
+      </editor>
+   </extension>
+   <extension
+         point="org.eclipse.linuxtools.tmf.ui.tracetypeui">
+      <experiment
+            tracetype="org.eclipse.linuxtools.tmf.core.tests.experimenttype">
+         <defaultEditor
+               id="org.eclipse.linuxtools.tmf.ui.editors.events.stub">
+         </defaultEditor>
+      </experiment>
    </extension>
 
 </plugin>
This page took 0.038139 seconds and 5 git commands to generate.