| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.equinox.starterkit.product.feature" |
| label="%featureName" |
| version="1.1.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="1.0.0.qualifier"> |
| |
| <description url="http://www.example.com/description"> |
| [Enter Feature Description here.] |
| </description> |
| |
| <copyright url="http://www.example.com/copyright"> |
| [Enter Copyright Description here.] |
| </copyright> |
| |
| <license url="http://www.example.com/license"> |
| [Enter License Description here.] |
| </license> |
| |
| <includes |
| id="org.eclipse.equinox.p2.core.feature" |
| version="0.0.0"/> |
| |
| <includes |
| id="org.eclipse.equinox.core.feature" |
| version="0.0.0"/> |
| |
| </feature> |