| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.wst.ws_sdk.feature" | |
| label="%featureName" | |
| version="3.8.200.qualifier" | |
| provider-name="%providerName" | |
| license-feature="org.eclipse.license" | |
| license-feature-version="2.0.0.qualifier"> | |
| <description> | |
| %description | |
| </description> | |
| <copyright> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <requires> | |
| <import feature="org.eclipse.wst.ws_ui.feature"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.wst.ws.api.doc" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.wst.wsdl.doc.isv" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |