blob: e18a01e6ae53720091735310c781d78ef0f97755 [file] [log] [blame]
dsecilir421f2022004-10-26 11:54:46 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.wst.sdk"
lmandel6b61e502006-05-15 15:12:51 +00004 label="%featureName"
david_williams0de657c2007-09-15 20:25:17 +00005 version="2.1.0.qualifier"
david_williams1a48a0b2006-02-13 01:06:19 +00006 provider-name="%providerName"
7 plugin="org.eclipse.wst"
8 image="eclipse_update_120.jpg">
dsecilir421f2022004-10-26 11:54:46 +00009
cbrealey2e7e5be2005-02-23 22:11:41 +000010 <description>
11 %description
12 </description>
13
lmandel6b61e502006-05-15 15:12:51 +000014 <copyright>
15 %copyright
16 </copyright>
17
18 <license url="%licenseURL">
cbrealey2e7e5be2005-02-23 22:11:41 +000019 %license
rymanf6d49122005-02-21 14:08:35 +000020 </license>
21
david_williams1a48a0b2006-02-13 01:06:19 +000022 <url>
lmandel6b61e502006-05-15 15:12:51 +000023 <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
david_williams1a48a0b2006-02-13 01:06:19 +000024 <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
david_williams1a48a0b2006-02-13 01:06:19 +000025 </url>
26
ndai61f180b2006-10-23 09:01:41 +000027 <includes
david_williams5a736252005-11-15 07:23:16 +000028 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_williamse80f54a2005-10-31 13:54:40 +000037 version="0.0.0"/>
38
39 <includes
40 id="org.eclipse.wst.ws_sdk.feature"
41 version="0.0.0"/>
42
43 <includes
david_williams5a736252005-11-15 07:23:16 +000044 id="org.eclipse.wst.web_sdk.feature"
45 version="0.0.0"/>
46
47 <includes
lmandel531e8452005-11-22 15:25:21 +000048 id="org.eclipse.wst.doc.isv.feature"
lmandel63c4dab2005-11-22 07:15:59 +000049 version="0.0.0"/>
david_williams5a736252005-11-15 07:23:16 +000050
david_williamsf4826d52007-01-03 03:02:06 +000051 <!-- 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_williams333b64a2006-11-22 17:44:11 +000059 <plugin
60 id="org.eclipse.wst"
61 download-size="0"
62 install-size="0"
63 version="0.0.0"
64 unpack="false"/>
65
dsecilir421f2022004-10-26 11:54:46 +000066</feature>