jeffliu | 32b73ae | 2005-07-06 17:32:50 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <feature | ||||
3 | id="org.eclipse.wst" | ||||
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 4 | label="%featureName" |
david_williams | 3d3c2a9 | 2008-08-19 00:31:45 +0000 | [diff] [blame] | 5 | version="3.1.0.qualifier" |
david_williams | b46e059 | 2009-05-24 21:19:02 +0000 | [diff] [blame] | 6 | provider-name="%providerName"> |
jeffliu | 32b73ae | 2005-07-06 17:32:50 +0000 | [diff] [blame] | 7 | |
8 | <description> | ||||
9 | %description | ||||
10 | </description> | ||||
11 | |||||
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 12 | <copyright> |
13 | %copyright | ||||
14 | </copyright> | ||||
15 | |||||
jeffliu | 32b73ae | 2005-07-06 17:32:50 +0000 | [diff] [blame] | 16 | <license url="license.html"> |
17 | %license | ||||
18 | </license> | ||||
19 | |||||
david_williams | 7ca9bcd | 2006-02-13 00:30:46 +0000 | [diff] [blame] | 20 | <url> |
lmandel | 6b61e50 | 2006-05-15 15:12:51 +0000 | [diff] [blame] | 21 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/> |
david_williams | 1a48a0b | 2006-02-13 01:06:19 +0000 | [diff] [blame] | 22 | <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/> |
david_williams | 7ca9bcd | 2006-02-13 00:30:46 +0000 | [diff] [blame] | 23 | </url> |
24 | |||||
david_williams | a953957 | 2007-12-12 19:35:44 +0000 | [diff] [blame] | 25 | <includes |
david_williams | 52cb16d | 2008-10-09 01:19:49 +0000 | [diff] [blame] | 26 | id="org.eclipse.wst.common.fproj" |
27 | version="0.0.0"/> | ||||
28 | |||||
29 | <includes | ||||
david_williams | 9def99c | 2008-06-10 01:23:02 +0000 | [diff] [blame] | 30 | id="org.eclipse.wst.jsdt.feature" |
david_williams | a953957 | 2007-12-12 19:35:44 +0000 | [diff] [blame] | 31 | version="0.0.0"/> |
deboer | 76b765e | 2007-05-09 17:30:18 +0000 | [diff] [blame] | 32 | |
33 | <includes | ||||
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 34 | id="org.eclipse.wst.xml_ui.feature" |
35 | version="0.0.0"/> | ||||
david_williams | 7ca9bcd | 2006-02-13 00:30:46 +0000 | [diff] [blame] | 36 | |
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 37 | <includes |
david_williams | 5a73625 | 2005-11-15 07:23:16 +0000 | [diff] [blame] | 38 | id="org.eclipse.wst.web_ui.feature" |
39 | version="0.0.0"/> | ||||
40 | |||||
david_williams | 9def99c | 2008-06-10 01:23:02 +0000 | [diff] [blame] | 41 | <includes |
42 | id="org.eclipse.wst.server_adapters.feature" | ||||
43 | version="0.0.0"/> | ||||
44 | |||||
david_williams | a7b2e5a | 2008-08-21 06:31:46 +0000 | [diff] [blame] | 45 | <includes |
46 | id="org.eclipse.wst.xsl.feature" | ||||
47 | version="0.0.0"/> | ||||
48 | |||||
jeffliu | 32b73ae | 2005-07-06 17:32:50 +0000 | [diff] [blame] | 49 | </feature> |