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_core.feature" |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 4 | label="%featureName" |
david_williams | a90c1e3 | 2006-04-02 13:32:55 +0000 | [diff] [blame] | 5 | version="1.5.0.qualifier" |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 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 | |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 12 | <license url="%licenseURL"> |
david_williams | 3392f58 | 2005-11-02 05:07:58 +0000 | [diff] [blame] | 13 | %license |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 14 | </license> |
david_williams | 919441a | 2006-02-28 04:49:44 +0000 | [diff] [blame] | 15 | |
david_williams | ad7639f | 2006-02-15 02:32:02 +0000 | [diff] [blame] | 16 | <url> |
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 17 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> |
david_williams | ad7639f | 2006-02-15 02:32:02 +0000 | [diff] [blame] | 18 | </url> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 19 | |
jeffliu | 151a419 | 2005-12-07 19:16:22 +0000 | [diff] [blame] | 20 | <requires> |
david_williams | 19c529e | 2006-02-06 00:56:45 +0000 | [diff] [blame] | 21 | <import feature="org.eclipse.rcp" version="3.2" match="equivalent"/> |
| 22 | <import feature="org.eclipse.platform" version="3.2" match="equivalent"/> |
jeffliu | 151a419 | 2005-12-07 19:16:22 +0000 | [diff] [blame] | 23 | </requires> |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 24 | |
david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame] | 25 | <plugin |
| 26 | id="org.eclipse.wst.server.core" |
| 27 | download-size="0" |
| 28 | install-size="0" |
| 29 | version="0.0.0" |
| 30 | unpack="false"/> |
| 31 | |
| 32 | <plugin |
| 33 | id="org.eclipse.wst.internet.monitor.core" |
| 34 | download-size="0" |
| 35 | install-size="0" |
| 36 | version="0.0.0" |
| 37 | unpack="false"/> |
| 38 | |
| 39 | </feature> |