| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.tracecompass.btf" |
| label="%featureName" |
| version="2.1.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> |
| |
| <includes |
| id="org.eclipse.tracecompass.tmf" |
| version="0.0.0" |
| name="Tracing and Monitoring Framework (TMF)"/> |
| |
| <plugin |
| id="org.eclipse.tracecompass.btf.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.tracecompass.btf.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |