Align feature name with Linux Tools convention
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf-feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3 id="org.eclipse.linuxtools.tmf.feature"
4 label="Tracing and Monitoring Framework (TMF)"
5 version="0.1.0.200910131141"
6 provider-name="Ericsson">
7
8 <description>
9 %description
10 </description>
11
12 <copyright>
13 %copyright
14 </copyright>
15
16 <license url="%licenseURL">
17 %license
18 </license>
19
20 <plugin
21 id="org.eclipse.linuxtools.tmf"
22 download-size="0"
23 install-size="0"
24 version="0.1.0.200910131141"
25 unpack="false"/>
26
27 <plugin
28 id="org.eclipse.linuxtools.tmf.ui"
29 download-size="0"
30 install-size="0"
31 version="0.1.0.200910131141"
32 unpack="false"/>
33
34 </feature>
This page took 0.030985 seconds and 5 git commands to generate.