| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.xtend" | |
| label="%featureName" | |
| version="2.0.0.qualifier" | |
| provider-name="%providerName"> | |
| <description url="http://www.eclipse.org/modeling/m2t"> | |
| %description | |
| </description> | |
| <copyright url="http://www.eclipse.org/legal/epl-v10.html"> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <url> | |
| <update label="%updateSiteName" url="http://download.eclipse.org/modeling/m2t/updates/"/> | |
| </url> | |
| <includes | |
| id="org.eclipse.xtend.dependencies" | |
| version="0.0.0"/> | |
| <includes | |
| id="org.eclipse.xtend.typesystem.emf" | |
| version="0.0.0"/> | |
| <requires> | |
| <import plugin="org.eclipse.emf.mwe.core"/> | |
| <import plugin="org.apache.commons.logging"/> | |
| <import plugin="org.eclipse.emf.common" version="2.2.0" match="compatible"/> | |
| <import plugin="org.eclipse.emf.ecore.xmi" version="2.2.0" match="compatible"/> | |
| <import plugin="org.eclipse.emf.mwe.utils"/> | |
| <import plugin="org.antlr.runtime"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.xtend" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.xtend.profiler" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.xtend.util.stdlib" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |