david_williams | 321160c | 2005-10-17 05:47:36 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.xml_core.feature" |
| 4 | label="org.eclipse.wst.xml_core.feature" |
| 5 | version="1.0.0"> |
| 6 | |
| 7 | <description url="http://www.example.com/description"> |
| 8 | [Enter Feature Description here.] |
| 9 | </description> |
| 10 | |
| 11 | <copyright url="http://www.example.com/copyright"> |
| 12 | [Enter Copyright Description here.] |
| 13 | </copyright> |
| 14 | |
| 15 | <license url="http://www.example.com/license"> |
| 16 | [Enter License Description here.] |
| 17 | </license> |
| 18 | |
| 19 | <includes |
| 20 | id="org.apache.xerces.feature" |
| 21 | version="0.0.0"/> |
| 22 | |
| 23 | <includes |
| 24 | id="org.eclipse.wst.common_core.feature" |
| 25 | version="0.0.0"/> |
| 26 | |
| 27 | <requires> |
| 28 | <import feature="org.eclipse.wst.common_core.feature" version="1.0.0"/> |
| 29 | </requires> |
| 30 | |
| 31 | <plugin |
| 32 | id="org.eclipse.wst.xml.core" |
| 33 | download-size="0" |
| 34 | install-size="0" |
| 35 | version="0.0.0" |
| 36 | unpack="false"/> |
| 37 | |
| 38 | <plugin |
| 39 | id="org.eclipse.wst.dtd.core" |
| 40 | download-size="0" |
| 41 | install-size="0" |
| 42 | version="0.0.0" |
| 43 | unpack="false"/> |
| 44 | |
| 45 | <plugin |
| 46 | id="org.eclipse.wst.xsd.core" |
| 47 | download-size="0" |
| 48 | install-size="0" |
| 49 | version="0.0.0" |
| 50 | unpack="false"/> |
| 51 | |
| 52 | <plugin |
| 53 | id="org.eclipse.wst.sse.core" |
| 54 | download-size="0" |
| 55 | install-size="0" |
| 56 | version="0.0.0" |
| 57 | unpack="false"/> |
| 58 | |
| 59 | </feature> |