syeshin | d99f1d5 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.doc.user.feature" |
| 4 | label="Web Standard Tools Doc Feature" |
david_williams | 7fbdc73 | 2005-11-02 06:10:34 +0000 | [diff] [blame] | 5 | version="1.0.0" |
syeshin | d99f1d5 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 6 | provider-name="%providerName"> |
| 7 | |
| 8 | <description> |
| 9 | %description |
| 10 | </description> |
| 11 | |
| 12 | <license url="license.html"> |
| 13 | %license |
| 14 | </license> |
lmandel | d75f363 | 2005-08-08 17:27:29 +0000 | [diff] [blame] | 15 | |
david_williams | d4e8f0a | 2005-10-23 19:01:50 +0000 | [diff] [blame] | 16 | <includes |
david_williams | d4e8f0a | 2005-10-23 19:01:50 +0000 | [diff] [blame] | 17 | id="org.eclipse.wst.rdb_userdoc.feature" |
| 18 | version="0.0.0"/> |
| 19 | |
| 20 | <includes |
| 21 | id="org.eclipse.wst.server_userdoc.feature" |
| 22 | version="0.0.0"/> |
| 23 | |
| 24 | <includes |
| 25 | id="org.eclipse.wst.web_userdoc.feature" |
| 26 | version="0.0.0"/> |
| 27 | |
| 28 | <includes |
| 29 | id="org.eclipse.wst.ws_userdoc.feature" |
| 30 | version="0.0.0"/> |
| 31 | |
| 32 | <includes |
| 33 | id="org.eclipse.wst.xml_userdoc.feature" |
| 34 | version="0.0.0"/> |
| 35 | |
david_williams | daddfa4 | 2005-11-02 17:10:54 +0000 | [diff] [blame^] | 36 | <includes |
| 37 | id="org.eclipse.wst.common_userdoc.feature" |
| 38 | version="0.0.0"/> |
| 39 | |
lmandel | d75f363 | 2005-08-08 17:27:29 +0000 | [diff] [blame] | 40 | <requires> |
david_williams | d4e8f0a | 2005-10-23 19:01:50 +0000 | [diff] [blame] | 41 | <import feature="org.eclipse.wst.common_userdoc.feature" version="1.0.0"/> |
| 42 | <import feature="org.eclipse.wst.rdb_userdoc.feature" version="1.0.0"/> |
| 43 | <import feature="org.eclipse.wst.server_userdoc.feature" version="1.0.0"/> |
| 44 | <import feature="org.eclipse.wst.web_userdoc.feature" version="1.0.0"/> |
| 45 | <import feature="org.eclipse.wst.ws_userdoc.feature" version="1.0.0"/> |
| 46 | <import feature="org.eclipse.wst.xml_userdoc.feature" version="1.0.0"/> |
lmandel | d75f363 | 2005-08-08 17:27:29 +0000 | [diff] [blame] | 47 | </requires> |
| 48 | |
syeshin | d99f1d5 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 49 | </feature> |