Change unnecessary declaration of thrown exception to warning in tests
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core.tests / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.linuxtools.tmf.core.analysis">
6 <module
7 analysis_module="org.eclipse.tracecompass.analysis.os.linux.core.cpuusage.KernelCpuUsageAnalysis"
8 automatic="false"
9 id="org.eclipse.tracecompass.analysis.os.linux.cpuusage"
10 name="CPU Usage Test Analysis">
11 <tracetype
12 applies="true"
13 class="org.eclipse.tracecompass.tmf.tests.stubs.trace.xml.TmfXmlTraceStub">
14 </tracetype>
15 </module>
16 <module
17 analysis_module="org.eclipse.tracecompass.analysis.os.linux.core.kernelanalysis.KernelAnalysisModule"
18 automatic="false"
19 id="org.eclipse.tracecompass.analysis.os.linux.kernel"
20 name="Linux Kernel Test Analysis">
21 <tracetype
22 applies="true"
23 class="org.eclipse.tracecompass.tmf.tests.stubs.trace.xml.TmfXmlTraceStub">
24 </tracetype>
25 </module>
26 <module
27 analysis_module="org.eclipse.tracecompass.analysis.os.linux.core.contextswitch.KernelContextSwitchAnalysis"
28 automatic="false"
29 id="org.eclipse.tracecompass.analysis.os.linux.contextswitch"
30 name="Context switch test">
31 <tracetype
32 class="org.eclipse.tracecompass.tmf.tests.stubs.trace.xml.TmfXmlTraceStub">
33 </tracetype>
34 </module>
35 </extension>
36
37 </plugin>
This page took 0.045715 seconds and 5 git commands to generate.