| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.jwt.test.feature" | |
| label="JWT Test Feature" | |
| version="1.6.0.qualifier" | |
| provider-name="Eclipse JWT"> | |
| <description url="http://www.example.com/description"> | |
| [Enter Feature Description here.] | |
| </description> | |
| <copyright url="http://www.example.com/copyright"> | |
| [Enter Copyright Description here.] | |
| </copyright> | |
| <license url="http://www.example.com/license"> | |
| [Enter License Description here.] | |
| </license> | |
| <includes | |
| id="org.eclipse.jwt.feature" | |
| version="0.0.0"/> | |
| <requires> | |
| <import plugin="org.junit"/> | |
| <import plugin="org.eclipse.core.runtime" version="3.5.0" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.core.resources" version="3.5.0" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.ui.ide"/> | |
| <import plugin="org.eclipse.ui.views.properties.tabbed" version="3.5.0" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.emf.common.ui" version="2.4.0" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.emf.common" version="2.4.0" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.emf.edit" version="2.4.1" match="greaterOrEqual"/> | |
| <import plugin="org.eclipse.gef" version="3.4.0" match="greaterOrEqual"/> | |
| </requires> | |
| </feature> |