| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.jst.sdk" |
| label="%featureName" |
| version="3.0.0.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.jst" |
| image="eclipse_update_120.jpg"> |
| |
| <description>%description</description> |
| |
| <copyright>%copyright</copyright> |
| |
| <license url="license.html">%license</license> |
| |
| <url> |
| <update |
| label="%updateSiteName" |
| url="http://download.eclipse.org/webtools/updates" /> |
| <discovery |
| label="Web Tools Platform (WTP) Updates" |
| url="http://download.eclipse.org/webtools/updates" /> |
| </url> |
| |
| |
| <includes |
| id="org.eclipse.jst.common_sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| id="org.eclipse.jst.server_sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| id="org.eclipse.jst.server_adapters.sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| id="org.eclipse.jst.web_sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| id="org.eclipse.jst.enterprise_sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| optional="true" |
| id="org.eclipse.jst.webpageeditor_sdk.feature" |
| version="0.0.0" /> |
| |
| <includes |
| optional="true" |
| id="org.eclipse.jst.ws.axis2tools_sdk.feature" |
| version="0.0.0" /> |
| |
| <!-- technically, this last org.eclipse.jst feature include is not needed for the build or packaging, |
| but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst |
| if user selects to --> |
| <includes |
| id="org.eclipse.jst" |
| version="0.0.0"/> |
| |
| <includes |
| optional="true" |
| id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.source" |
| version="0.0.0" /> |
| |
| |
| <plugin |
| id="org.eclipse.jst" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false" /> |
| |
| </feature> |