| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.papyrus.model2doc.dev.feature" |
| label="%featureName" |
| version="0.8.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="2.0.2"> |
| |
| <description url="https://eclipse.org/papyrus/"> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.papyrus.model2doc.feature" version="0.8.0" match="compatible"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.papyrus.model2doc.dev.tools" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |