david_williams | 39786ac | 2005-10-17 05:37:11 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.server_core.feature" |
| 4 | label="org.eclipse.wst.server_core.feature" |
| 5 | version="1.0.0"> |
| 6 | |
| 7 | <description url="http://www.example.com/description"> |
| 8 | [Enter Feature Description here.] |
| 9 | </description> |
| 10 | |
| 11 | <copyright url="http://www.example.com/copyright"> |
| 12 | [Enter Copyright Description here.] |
| 13 | </copyright> |
| 14 | |
| 15 | <license url="http://www.example.com/license"> |
| 16 | [Enter License Description here.] |
| 17 | </license> |
| 18 | |
| 19 | <includes |
| 20 | id="org.eclipse.wst.common_core.feature" |
| 21 | version="0.0.0"/> |
| 22 | |
| 23 | <requires> |
| 24 | <import feature="org.eclipse.wst.common_core.feature" version="1.0.0"/> |
| 25 | </requires> |
| 26 | |
| 27 | <plugin |
| 28 | id="org.eclipse.wst.server.core" |
| 29 | download-size="0" |
| 30 | install-size="0" |
| 31 | version="0.0.0" |
| 32 | unpack="false"/> |
| 33 | |
| 34 | <plugin |
| 35 | id="org.eclipse.wst.internet.monitor.core" |
| 36 | download-size="0" |
| 37 | install-size="0" |
| 38 | version="0.0.0" |
| 39 | unpack="false"/> |
| 40 | |
| 41 | </feature> |