Add the new plugins to the RCP
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.graph.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.graph.core.tests.stubs.module.GraphBuilderModuleStub"
8 automatic="false"
9 id="org.eclipse.linuxtools.tmf.analysis.graph.tests.stub"
10 name="Graph builder stub">
11 <tracetype
12 class="org.eclipse.tracecompass.tmf.tests.stubs.trace.xml.TmfXmlTraceStub">
13 </tracetype>
14 </module>
15 </extension>
16
17 </plugin>
This page took 0.031943 seconds and 5 git commands to generate.