| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.wtp.releng.tests.feature" |
| label="%featureName" |
| version="1.2.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="1.0.1.qualifier"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.wtp.releng.fixups.feature"/> |
| <import feature="org.eclipse.wtp.releng.tools.feature"/> |
| <import plugin="org.eclipse.wtp.releng.versionchecker"/> |
| <import plugin="org.eclipse.wtp.releng.tests"/> |
| </requires> |
| </feature> |