lmandel | ba3f0fe | 2005-08-08 17:28:47 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 2 | <feature |
3 | id="org.eclipse.jst.doc.isv.feature" | ||||
lmandel | bc7db11 | 2005-08-08 17:23:40 +0000 | [diff] [blame] | 4 | label="J2EE Standard Tools Doc ISV Feature" |
lmandel | eccbdeb | 2006-02-16 06:48:12 +0000 | [diff] [blame] | 5 | version="1.0.1.qualifier" |
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 6 | provider-name="%providerName"> |
7 | <install-handler/> | ||||
8 | |||||
9 | <description> | ||||
10 | %description | ||||
11 | </description> | ||||
12 | |||||
13 | <license url="license.html"> | ||||
14 | %license | ||||
15 | </license> | ||||
16 | |||||
lmandel | bc7db11 | 2005-08-08 17:23:40 +0000 | [diff] [blame] | 17 | <requires> |
18 | <import plugin="org.eclipse.help"/> | ||||
19 | </requires> | ||||
20 | |||||
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 21 | <plugin |
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 22 | id="org.eclipse.jst.doc.isv" |
23 | download-size="0" | ||||
24 | install-size="0" | ||||
lmandel | 54cb252 | 2005-11-09 22:50:04 +0000 | [diff] [blame] | 25 | version="0.0.0" |
26 | unpack="false"/> | ||||
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 27 | |
lmandel | 3bcb954 | 2005-07-28 05:44:44 +0000 | [diff] [blame] | 28 | </feature> |