| <?xml version="1.0" encoding="UTF-8"?> | 
 | <feature | 
 |       id="org.eclipse.tracecompass.ctf" | 
 |       label="%featureName" | 
 |       version="6.3.0.qualifier" | 
 |       provider-name="%featureProvider" | 
 |       license-feature="org.eclipse.license" | 
 |       license-feature-version="0.0.0"> | 
 |  | 
 |    <description url="http://www.example.com/description"> | 
 |       %description | 
 |    </description> | 
 |  | 
 |    <copyright url="http://www.example.com/copyright"> | 
 |       %copyright | 
 |    </copyright> | 
 |  | 
 |    <license url="%licenseURL"> | 
 |       %license | 
 |    </license> | 
 |  | 
 |    <requires> | 
 |       <import plugin="org.antlr.runtime" version="3.2.0" match="greaterOrEqual"/> | 
 |       <import plugin="org.eclipse.core.runtime"/> | 
 |    </requires> | 
 |  | 
 |    <plugin | 
 |          id="org.eclipse.tracecompass.ctf.parser" | 
 |          download-size="0" | 
 |          install-size="0" | 
 |          version="0.0.0"/> | 
 |  | 
 |    <plugin | 
 |          id="org.eclipse.tracecompass.ctf.core" | 
 |          download-size="0" | 
 |          install-size="0" | 
 |          version="0.0.0" | 
 |          unpack="false"/> | 
 |  | 
 | </feature> |