| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.papyrusrt.feature" | |
| label="%featureName" | |
| version="1.0.0.qualifier" | |
| provider-name="%providerName"> | |
| <description> | |
| %description | |
| </description> | |
| <copyright url="%copyrightURL"> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <includes | |
| id="org.eclipse.papyrusrt.base.feature" | |
| version="0.0.0"/> | |
| <requires> | |
| <import plugin="org.eclipse.papyrus.uml.perspective"/> | |
| </requires> | |
| </feature> |