dacarver | bf4bd9f | 2008-10-18 01:08:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.xml.vex.feature" |
| 4 | label="%featureName" |
| 5 | version="0.5.0.qualifier" |
| 6 | provider-name="%providerName" |
dacarver | 30a54be | 2008-10-31 14:41:03 +0000 | [diff] [blame^] | 7 | plugin="org.eclipse.wst.xml.vex" |
dacarver | bf4bd9f | 2008-10-18 01:08:59 +0000 | [diff] [blame] | 8 | image="eclipse_update_120.jpg" |
| 9 | application="org.eclipse.ui.ide.workbench"> |
| 10 | |
| 11 | <description> |
| 12 | %description |
| 13 | </description> |
| 14 | |
| 15 | <copyright> |
| 16 | %copyright |
| 17 | </copyright> |
| 18 | |
| 19 | <license url="%licenseURL"> |
| 20 | %license |
| 21 | </license> |
| 22 | |
| 23 | <url> |
| 24 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> |
| 25 | </url> |
| 26 | |
dacarver | 30a54be | 2008-10-31 14:41:03 +0000 | [diff] [blame^] | 27 | <includes |
| 28 | id="org.eclipse.wst.xml.vex.docbook.feature" |
| 29 | version="0.0.0" |
| 30 | optional="true"/> |
| 31 | |
dacarver | bf4bd9f | 2008-10-18 01:08:59 +0000 | [diff] [blame] | 32 | <requires> |
dacarver | bf4bd9f | 2008-10-18 01:08:59 +0000 | [diff] [blame] | 33 | <import plugin="org.eclipse.wst.xml.vex.core" version="0.5.0" match="greaterOrEqual"/> |
dacarver | 8d5a63d | 2008-10-28 14:11:53 +0000 | [diff] [blame] | 34 | <import plugin="org.w3c.css.sac" version="1.3.0" match="greaterOrEqual"/> |
| 35 | <import plugin="org.eclipse.wst.sse.core" version="1.1" match="compatible"/> |
| 36 | <import plugin="org.eclipse.wst.sse.ui" version="1.1" match="compatible"/> |
| 37 | <import plugin="org.eclipse.wst.xml.core" version="1.1" match="greaterOrEqual"/> |
| 38 | <import plugin="org.eclipse.wst.xml.ui" version="1.0" match="greaterOrEqual"/> |
| 39 | <import plugin="org.apache.xerces" version="2.9.0" match="compatible"/> |
dacarver | bf4bd9f | 2008-10-18 01:08:59 +0000 | [diff] [blame] | 40 | </requires> |
| 41 | |
| 42 | <plugin |
| 43 | id="org.eclipse.wst.xml.vex" |
| 44 | download-size="0" |
| 45 | install-size="0" |
| 46 | version="0.0.0"/> |
| 47 | |
| 48 | <plugin |
| 49 | id="org.eclipse.wst.xml.vex.ui" |
| 50 | download-size="0" |
| 51 | install-size="0" |
| 52 | version="0.0.0" |
| 53 | unpack="false"/> |
| 54 | |
| 55 | <plugin |
| 56 | id="org.eclipse.wst.xml.vex.documentation" |
| 57 | download-size="0" |
| 58 | install-size="0" |
| 59 | version="0.0.0"/> |
| 60 | |
| 61 | <plugin |
| 62 | id="org.eclipse.wst.xml.vex.core" |
| 63 | download-size="0" |
| 64 | install-size="0" |
| 65 | version="0.0.0" |
| 66 | unpack="false"/> |
| 67 | |
| 68 | </feature> |