| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.wst.server_core.feature" |
| label="org.eclipse.wst.server_core.feature" |
| version="1.0.0"> |
| |
| <description url="http://www.example.com/description"> |
| %description |
| </description> |
| |
| <copyright url="http://www.example.com/copyright"> |
| %copyright |
| </copyright> |
| |
| <license url="http://www.example.com/license"> |
| %license |
| </license> |
| |
| <includes |
| id="org.eclipse.wst.common_core.feature" |
| version="0.0.0"/> |
| |
| <requires> |
| <import feature="org.eclipse.wst.common_core.feature" version="0.0.0"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.wst.server.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.wst.internet.monitor.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |