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" |
| 4 | label="org.eclipse.jst.server_adapters.feature" |
| 5 | version="1.0.0"> |
| 6 | |
| 7 | <description url="http://www.example.com/description"> |
| 8 | %description |
| 9 | </description> |
| 10 | |
| 11 | <copyright url="http://www.example.com/copyright"> |
| 12 | %copyright |
| 13 | </copyright> |
| 14 | |
| 15 | <license url="http://www.example.com/license"> |
| 16 | %license |
| 17 | </license> |
| 18 | |
| 19 | <includes |
| 20 | id="org.eclipse.jst.server_ui.feature" |
| 21 | version="0.0.0"/> |
| 22 | |
| 23 | <plugin |
| 24 | id="org.eclipse.jst.server.tomcat.core" |
| 25 | download-size="0" |
| 26 | install-size="0" |
| 27 | version="0.0.0" |
| 28 | unpack="false"/> |
| 29 | |
| 30 | <plugin |
| 31 | id="org.eclipse.jst.server.tomcat.ui" |
| 32 | download-size="0" |
| 33 | install-size="0" |
| 34 | version="0.0.0" |
| 35 | unpack="false"/> |
| 36 | |
| 37 | <plugin |
| 38 | id="org.eclipse.jst.server.generic.serverdefinitions" |
| 39 | download-size="0" |
| 40 | install-size="0" |
| 41 | version="0.0.0" |
| 42 | unpack="false"/> |
| 43 | |
| 44 | <plugin |
| 45 | id="org.eclipse.jst.server.websphere.core" |
| 46 | download-size="0" |
| 47 | install-size="0" |
| 48 | version="0.0.0" |
| 49 | unpack="false"/> |
| 50 | |
| 51 | </feature> |