blob: dfcddca436062536732940e2cdc2aa6e5d5db2e3 [file] [log] [blame]
dacarver36fd8d82008-10-28 04:00:40 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.wst.xml.vex.docbook.feature"
4 label="Docbook Incubating Feature"
Florian Thienelc3007e82010-11-08 21:43:11 +01005 version="1.0.0.qualifier"
dacarver36fd8d82008-10-28 04:00:40 +00006 provider-name="Eclipse.org">
7
8 <description url="http://www.example.com/description">
9 [Enter Feature Description here.]
10 </description>
11
12 <copyright url="http://www.example.com/copyright">
13 [Enter Copyright Description here.]
14 </copyright>
15
16 <license url="http://www.example.com/license">
17 [Enter License Description here.]
18 </license>
19
20 <requires>
21 <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/>
22 <import plugin="org.eclipse.ui" version="3.4.0" match="compatible"/>
23 <import plugin="org.eclipse.wst.xml.vex.core" version="0.5.0" match="greaterOrEqual"/>
24 <import plugin="org.eclipse.wst.xml.vex.ui" version="0.5.0" match="greaterOrEqual"/>
25 </requires>
26
27 <plugin
28 id="org.eclipse.wst.xml.vex.docbook"
29 download-size="0"
30 install-size="0"
31 version="0.0.0"
32 unpack="false"/>
33
34</feature>