ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / tracesets / xml / testDefinition.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <CustomXMLTraceDefinitionList>
3 <Definition name="myxml">
4 <TimeStampOutputFormat>HH:mm:ss:SSS</TimeStampOutputFormat>
5 <InputElement name="trace">
6 <InputElement logentry="true" name="element">
7 <InputData action="0" format="" name="Message"/>
8 <Attribute name="time">
9 <InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Time Stamp"/>
10 </Attribute>
11 </InputElement>
12 </InputElement>
13 <OutputColumn name="Time Stamp"/>
14 <OutputColumn name="Message"/>
15 </Definition>
16 </CustomXMLTraceDefinitionList>
This page took 0.047324 seconds and 5 git commands to generate.