| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.sphinx.graphiti.editors" | |
| label="%featureName" | |
| version="0.9.0.qualifier" | |
| provider-name="%providerName"> | |
| <description> | |
| %description | |
| </description> | |
| <copyright> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <requires> | |
| <import feature="org.eclipse.gef" version="3.6.0"/> | |
| <import feature="org.eclipse.graphiti.feature" version="0.8.0"/> | |
| <import feature="org.eclipse.sphinx.core" version="0.7.0"/> | |
| <import feature="org.eclipse.sphinx.emf.navigators" version="0.7.0"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.sphinx.graphiti.workspace" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.sphinx.graphiti.workspace.ui" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |