blob: 52a296346bb824687d4c398578ab5601f3e55de4 [file] [log] [blame]
dsecilird0e3f2d2004-10-27 12:51:15 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
david_williams841d45d2006-11-22 22:50:50 +00003 id="org.eclipse.jst.sdk"
4 label="%featureName"
david_williams1f595722007-12-03 04:21:22 +00005 version="3.0.0.qualifier"
david_williams841d45d2006-11-22 22:50:50 +00006 provider-name="%providerName"
7 plugin="org.eclipse.jst"
8 image="eclipse_update_120.jpg">
dsecilird0e3f2d2004-10-27 12:51:15 +00009
david_williams841d45d2006-11-22 22:50:50 +000010 <description>%description</description>
cbrealey2e7e5be2005-02-23 22:11:41 +000011
david_williams841d45d2006-11-22 22:50:50 +000012 <copyright>%copyright</copyright>
lmandel6b61e502006-05-15 15:12:51 +000013
david_williams841d45d2006-11-22 22:50:50 +000014 <license url="license.html">%license</license>
rymanf6d49122005-02-21 14:08:35 +000015
david_williams841d45d2006-11-22 22:50:50 +000016 <url>
17 <update
18 label="%updateSiteName"
19 url="http://download.eclipse.org/webtools/updates" />
20 <discovery
21 label="Web Tools Platform (WTP) Updates"
22 url="http://download.eclipse.org/webtools/updates" />
23 </url>
david_williams33e84922006-05-25 22:14:18 +000024
david_williams1a50d962005-11-13 02:24:58 +000025
david_williams841d45d2006-11-22 22:50:50 +000026 <includes
27 id="org.eclipse.jst.common_sdk.feature"
28 version="0.0.0" />
david_williamsc7785f82005-11-08 22:18:59 +000029
david_williams841d45d2006-11-22 22:50:50 +000030 <includes
31 id="org.eclipse.jst.server_sdk.feature"
32 version="0.0.0" />
david_williamsc7785f82005-11-08 22:18:59 +000033
david_williams841d45d2006-11-22 22:50:50 +000034 <includes
35 id="org.eclipse.jst.server_adapters.sdk.feature"
36 version="0.0.0" />
david_williams38faf492006-04-02 22:59:11 +000037
david_williams841d45d2006-11-22 22:50:50 +000038 <includes
39 id="org.eclipse.jst.web_sdk.feature"
40 version="0.0.0" />
david_williams38faf492006-04-02 22:59:11 +000041
david_williams841d45d2006-11-22 22:50:50 +000042 <includes
43 id="org.eclipse.jst.enterprise_sdk.feature"
44 version="0.0.0" />
david_williams3d636372007-06-15 04:33:22 +000045
david_williams3d636372007-06-15 04:33:22 +000046 <includes
47 optional="true"
48 id="org.eclipse.jst.webpageeditor_sdk.feature"
49 version="0.0.0" />
david_williams85ee60e2008-04-02 05:59:19 +000050
51 <includes
52 optional="true"
53 id="org.eclipse.jst.ws.axis2tools_sdk.feature"
54 version="0.0.0" />
david_williams3d636372007-06-15 04:33:22 +000055
david_williamsf4826d52007-01-03 03:02:06 +000056 <!-- technically, this last org.eclipse.jst feature include is not needed for the build or packaging,
57 but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst
58 if user selects to -->
59 <includes
60 id="org.eclipse.jst"
61 version="0.0.0"/>
david_williams068ba7a2008-05-31 03:41:12 +000062
63 <includes
64 optional="true"
65 id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.source"
66 version="0.0.0" />
67
david_williamsf4826d52007-01-03 03:02:06 +000068
david_williams841d45d2006-11-22 22:50:50 +000069 <plugin
70 id="org.eclipse.jst"
71 download-size="0"
72 install-size="0"
73 version="0.0.0"
74 unpack="false" />
david_williamsf84222d2006-05-19 04:34:29 +000075
dsecilird0e3f2d2004-10-27 12:51:15 +000076</feature>