Fix time graph widget initialization
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.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.analysis.xml.core.files">
6 <xmlfile
7 file="test_xml_files/test_builtin.xml">
8 </xmlfile>
9 </extension>
10 <extension
11 point="org.eclipse.tracecompass.tmf.analysis.xml.core.xsd">
12 <xsdfile
13 file="test_xml_files/extension.xsd">
14 </xsdfile>
15 <schemaParser
16 class="org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stubs.XmlSchemaParserStub">
17 </schemaParser>
18 </extension>
19
20 </plugin>
This page took 0.031614 seconds and 5 git commands to generate.