david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.server_tests.feature" |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 4 | label="%featureName" |
| 5 | version="1.5.0.qualifier" |
| 6 | provider-name="%providerName"> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 7 | |
david_williams | 2d54d69 | 2005-11-13 04:55:38 +0000 | [diff] [blame] | 8 | <description> |
david_williams | 3392f58 | 2005-11-02 05:07:58 +0000 | [diff] [blame] | 9 | %description |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 10 | </description> |
| 11 | |
lmandel | 9b3bf90 | 2006-05-15 15:13:01 +0000 | [diff] [blame^] | 12 | <copyright> |
| 13 | %copyright |
| 14 | </copyright> |
| 15 | |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 16 | <license url="%licenseURL"> |
david_williams | 3392f58 | 2005-11-02 05:07:58 +0000 | [diff] [blame] | 17 | %license |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 18 | </license> |
| 19 | |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 20 | <url> |
| 21 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> |
| 22 | </url> |
| 23 | |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 24 | <requires> |
david_williams | 483a309 | 2005-11-02 17:08:29 +0000 | [diff] [blame] | 25 | <import feature="org.eclipse.wst.server_core.feature"/> |
| 26 | <import feature="org.eclipse.wst.server_ui.feature"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 27 | </requires> |
| 28 | |
| 29 | <plugin |
| 30 | id="org.eclipse.wst.internet.monitor.core.tests" |
| 31 | download-size="0" |
| 32 | install-size="0" |
david_williams | a71aa7c | 2005-10-24 17:05:12 +0000 | [diff] [blame] | 33 | version="0.0.0"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 34 | |
| 35 | <plugin |
| 36 | id="org.eclipse.wst.internet.monitor.ui.tests" |
| 37 | download-size="0" |
| 38 | install-size="0" |
david_williams | a71aa7c | 2005-10-24 17:05:12 +0000 | [diff] [blame] | 39 | version="0.0.0"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 40 | |
| 41 | <plugin |
| 42 | id="org.eclipse.wst.server.core.tests" |
| 43 | download-size="0" |
| 44 | install-size="0" |
david_williams | a71aa7c | 2005-10-24 17:05:12 +0000 | [diff] [blame] | 45 | version="0.0.0"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 46 | |
| 47 | <plugin |
| 48 | id="org.eclipse.wst.server.tests.performance" |
| 49 | download-size="0" |
| 50 | install-size="0" |
david_williams | a71aa7c | 2005-10-24 17:05:12 +0000 | [diff] [blame] | 51 | version="0.0.0"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 52 | |
| 53 | <plugin |
| 54 | id="org.eclipse.wst.server.ui.tests" |
| 55 | download-size="0" |
| 56 | install-size="0" |
david_williams | a71aa7c | 2005-10-24 17:05:12 +0000 | [diff] [blame] | 57 | version="0.0.0"/> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 58 | |
| 59 | </feature> |