| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.jst.ws.jaxws.assembly.feature" |
| label="Assembly Feature" |
| version="1.0.0.qualifier" |
| provider-name="Web Tools Platform Project"> |
| |
| <description> |
| This feature is for building only, to assemble the releated features, without forceing them to encoding dependencies on each other. |
| This feature should never appear in build distributions or update sites. |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.jst.ws.jaxws.feature"/> |
| <import feature="org.eclipse.jst.ws.cxf.feature"/> |
| <import feature="org.eclipse.jst.ws.jaxws.dom.feature"/> |
| </requires> |
| |
| </feature> |