david_williams | a4ff659 | 2009-03-19 00:59:07 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.server_sdk.feature.patch" |
| 4 | label="%featureName" |
| 5 | version="3.0.4.qualifier" |
| 6 | provider-name="%providerName"> |
| 7 | |
| 8 | <description> |
| 9 | %description |
| 10 | </description> |
| 11 | |
| 12 | <copyright> |
| 13 | %copyright |
| 14 | </copyright> |
| 15 | |
| 16 | <license url="%licenseURL"> |
| 17 | %license |
| 18 | </license> |
| 19 | |
| 20 | <requires> |
| 21 | <import feature="org.eclipse.wst.server_sdk.feature" version="3.0.4.v20090120-77-7790H6IYF-LdFy5XXin9iudy2" patch="true"/> |
| 22 | </requires> |
| 23 | |
| 24 | <plugin |
| 25 | id="org.eclipse.servertools.doc.isv" |
| 26 | download-size="0" |
| 27 | install-size="0" |
| 28 | version="0.0.0" |
| 29 | unpack="false"/> |
| 30 | |
| 31 | </feature> |