dacarver | 4bb4a05 | 2008-10-29 19:09:42 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.xml.vex_tests.feature" |
| 4 | label="%featureName" |
david_williams | 65f931c | 2008-11-02 09:10:53 +0000 | [diff] [blame] | 5 | version="0.5.0.qualifier" |
dacarver | 4bb4a05 | 2008-10-29 19:09:42 +0000 | [diff] [blame] | 6 | provider-name="%providerName"> |
| 7 | |
| 8 | <description> |
| 9 | %description |
| 10 | </description> |
| 11 | |
| 12 | <copyright> |
| 13 | %copyright |
| 14 | </copyright> |
| 15 | |
| 16 | <license url="%licenseURL"> |
| 17 | %license |
| 18 | </license> |
| 19 | |
| 20 | <url> |
| 21 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> |
| 22 | <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/> |
| 23 | </url> |
| 24 | |
| 25 | <plugin |
| 26 | id="org.eclipse.wst.xml.vex.core.tests" |
| 27 | download-size="0" |
| 28 | install-size="0" |
david_williams | db6ab61 | 2008-11-03 23:13:22 +0000 | [diff] [blame] | 29 | version="0.0.0"/> |
dacarver | 4bb4a05 | 2008-10-29 19:09:42 +0000 | [diff] [blame] | 30 | |
| 31 | <plugin |
| 32 | id="org.eclipse.wst.xml.vex.ui.tests" |
| 33 | download-size="0" |
| 34 | install-size="0" |
david_williams | db6ab61 | 2008-11-03 23:13:22 +0000 | [diff] [blame] | 35 | version="0.0.0"/> |
david_williams | 65f931c | 2008-11-02 09:10:53 +0000 | [diff] [blame] | 36 | |
dacarver | 4bb4a05 | 2008-10-29 19:09:42 +0000 | [diff] [blame] | 37 | <plugin |
| 38 | id="org.eclipse.wst.xml.vex.tests" |
| 39 | download-size="0" |
| 40 | install-size="0" |
david_williams | db6ab61 | 2008-11-03 23:13:22 +0000 | [diff] [blame] | 41 | version="0.0.0"/> |
dacarver | 4bb4a05 | 2008-10-29 19:09:42 +0000 | [diff] [blame] | 42 | |
| 43 | </feature> |