david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <feature | ||||
3 | id="org.eclipse.jst.server_adapters.feature" | ||||
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 4 | label="%featureName" |
Steven Hung | efceeb8 | 2013-01-23 18:09:36 -0500 | [diff] [blame^] | 5 | version="3.2.201.qualifier" |
avera | a47bd93 | 2011-03-03 16:27:20 +0000 | [diff] [blame] | 6 | provider-name="%providerName" |
7 | license-feature="org.eclipse.license" | ||||
8 | license-feature-version="1.0.0.qualifier"> | ||||
david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 9 | |
david_williams | 2d54d69 | 2005-11-13 04:55:38 +0000 | [diff] [blame] | 10 | <description> |
david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 11 | %description |
12 | </description> | ||||
13 | |||||
lmandel | 9b3bf90 | 2006-05-15 15:13:01 +0000 | [diff] [blame] | 14 | <copyright> |
15 | %copyright | ||||
16 | </copyright> | ||||
17 | |||||
deboer | 5e8f597 | 2006-05-09 13:23:11 +0000 | [diff] [blame] | 18 | <license url="%licenseURL"> |
david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 19 | %license |
20 | </license> | ||||
21 | |||||
david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 22 | <plugin |
deboer | 016f6a9 | 2007-05-09 20:15:44 +0000 | [diff] [blame] | 23 | id="org.eclipse.jst.server.preview.adapter" |
deboer | ee43955 | 2007-05-09 17:07:53 +0000 | [diff] [blame] | 24 | download-size="0" |
25 | install-size="0" | ||||
26 | version="0.0.0" | ||||
27 | unpack="false"/> | ||||
28 | |||||
david_williams | 122f094 | 2005-11-08 03:47:31 +0000 | [diff] [blame] | 29 | </feature> |