dsecilir | 421f202 | 2004-10-26 11:54:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.sdk" |
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 4 | label="%featureName" |
david_williams | 0de657c | 2007-09-15 20:25:17 +0000 | [diff] [blame] | 5 | version="2.1.0.qualifier" |
david_williams | 1a48a0b | 2006-02-13 01:06:19 +0000 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.wst" |
| 8 | image="eclipse_update_120.jpg"> |
dsecilir | 421f202 | 2004-10-26 11:54:46 +0000 | [diff] [blame] | 9 | |
cbrealey | 2e7e5be | 2005-02-23 22:11:41 +0000 | [diff] [blame] | 10 | <description> |
| 11 | %description |
| 12 | </description> |
| 13 | |
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 14 | <copyright> |
| 15 | %copyright |
| 16 | </copyright> |
| 17 | |
| 18 | <license url="%licenseURL"> |
cbrealey | 2e7e5be | 2005-02-23 22:11:41 +0000 | [diff] [blame] | 19 | %license |
ryman | f6d4912 | 2005-02-21 14:08:35 +0000 | [diff] [blame] | 20 | </license> |
| 21 | |
david_williams | 1a48a0b | 2006-02-13 01:06:19 +0000 | [diff] [blame] | 22 | <url> |
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 23 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/> |
david_williams | 1a48a0b | 2006-02-13 01:06:19 +0000 | [diff] [blame] | 24 | <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/> |
david_williams | 1a48a0b | 2006-02-13 01:06:19 +0000 | [diff] [blame] | 25 | </url> |
| 26 | |
ndai | 61f180b | 2006-10-23 09:01:41 +0000 | [diff] [blame] | 27 | <includes |
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 28 | id="org.eclipse.wst.common_sdk.feature" |
| 29 | version="0.0.0"/> |
| 30 | |
| 31 | <includes |
| 32 | id="org.eclipse.wst.server_sdk.feature" |
| 33 | version="0.0.0"/> |
| 34 | |
| 35 | <includes |
| 36 | id="org.eclipse.wst.xml_sdk.feature" |
david_williams | e80f54a | 2005-10-31 13:54:40 +0000 | [diff] [blame] | 37 | version="0.0.0"/> |
| 38 | |
| 39 | <includes |
| 40 | id="org.eclipse.wst.ws_sdk.feature" |
| 41 | version="0.0.0"/> |
| 42 | |
| 43 | <includes |
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 44 | id="org.eclipse.wst.web_sdk.feature" |
| 45 | version="0.0.0"/> |
| 46 | |
| 47 | <includes |
lmandel | 531e845 | 2005-11-22 15:25:21 +0000 | [diff] [blame] | 48 | id="org.eclipse.wst.doc.isv.feature" |
lmandel | 63c4dab | 2005-11-22 07:15:59 +0000 | [diff] [blame] | 49 | version="0.0.0"/> |
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 50 | |
david_williams | f4826d5 | 2007-01-03 03:02:06 +0000 | [diff] [blame] | 51 | <!-- technically, this last org.eclipse.wst feature include is not needed for the build or packaging, |
| 52 | but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst |
| 53 | if user selects to --> |
| 54 | <includes |
| 55 | id="org.eclipse.wst" |
| 56 | version="0.0.0"/> |
| 57 | |
| 58 | |
david_williams | 333b64a | 2006-11-22 17:44:11 +0000 | [diff] [blame] | 59 | <plugin |
| 60 | id="org.eclipse.wst" |
| 61 | download-size="0" |
| 62 | install-size="0" |
| 63 | version="0.0.0" |
| 64 | unpack="false"/> |
| 65 | |
dsecilir | 421f202 | 2004-10-26 11:54:46 +0000 | [diff] [blame] | 66 | </feature> |