| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.wst.xml.vex.docbook.feature" |
| label="Docbook Incubating Feature" |
| version="1.0.0.qualifier" |
| provider-name="Eclipse.org"> |
| |
| <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> |
| |
| <requires> |
| <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/> |
| <import plugin="org.eclipse.ui" version="3.4.0" match="compatible"/> |
| <import plugin="org.eclipse.wst.xml.vex.core" version="0.5.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.wst.xml.vex.ui" version="0.5.0" match="greaterOrEqual"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.wst.xml.vex.docbook" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |