Fix some problems with ctf being added to category.xml with sources.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf / feature.xml
CommitLineData
866e5b51
FC
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.linuxtools.ctf"
4 label="%featureName"
5 version="0.1.0.qualifier"
6 provider-name="%featureProvider">
7
8 <description url="http://www.example.com/description">
9 %description
10 </description>
11
12 <copyright url="http://www.example.com/copyright">
13 %copyright
14 </copyright>
15
16 <license url="%licenseURL">
17 %license
18 </license>
19
20 <url>
21 <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
22 </url>
23
24 <requires>
25 <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
26 <import plugin="org.antlr.runtime" version="3.2.0" match="greaterOrEqual"/>
27 <import plugin="org.eclipse.linuxtools.ctf.parser" version="0.1.0" match="greaterOrEqual"/>
28 <import plugin="org.antlr.runtime" version="3.0.0" match="greaterOrEqual"/>
29 </requires>
30
31 <plugin
32 id="org.eclipse.linuxtools.ctf.core"
33 download-size="0"
34 install-size="0"
35 version="0.0.0"
36 unpack="false"/>
37
38 <plugin
39 id="org.eclipse.linuxtools.ctf.parser"
40 download-size="0"
41 install-size="0"
42 version="0.0.0"/>
43
44</feature>
This page took 0.026997 seconds and 5 git commands to generate.