Steven Hung | 4f525cd | 2013-09-18 16:39:59 -0400 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <feature
|
| 3 | id="org.eclipse.jst.server_core.feature.patch"
|
| 4 | label="%featureName"
|
| 5 | version="1.5.100.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.jst.server_core.feature" version="1.5.4.v200704150241--2PD88Q8PCH7787" patch="true"/>
|
| 22 | </requires>
|
| 23 |
|
| 24 | <plugin
|
| 25 | id="org.eclipse.jst.server.generic.core"
|
| 26 | download-size="0"
|
| 27 | install-size="0"
|
| 28 | version="0.0.0"
|
| 29 | unpack="false"/>
|
| 30 |
|
| 31 | </feature>
|