Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.datatools.sdk.feature" |
| 4 | label="%featureName" |
Stephane Bouchet | 74cac89 | 2019-11-25 09:47:40 +0100 | [diff] [blame^] | 5 | version="1.14.102.qualifier" |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.datatools.sdk" |
| 8 | image="eclipse_update_120.jpg"> |
| 9 | |
| 10 | <description> |
| 11 | %description |
| 12 | </description> |
| 13 | |
| 14 | <copyright> |
| 15 | %featureCopyright |
| 16 | </copyright> |
| 17 | |
| 18 | <license url="%licenseURL"> |
| 19 | %license |
| 20 | </license> |
| 21 | |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 22 | <requires> |
nickboldt | d44f84f | 2018-01-19 18:43:56 -0500 | [diff] [blame] | 23 | <import feature="org.eclipse.pde" version="3.4.0" match="greaterOrEqual"/> |
| 24 | |
| 25 | <import feature="org.eclipse.datatools.intro"/> |
| 26 | <import feature="org.eclipse.datatools.doc.user"/> |
| 27 | <import feature="org.eclipse.datatools.common.doc.user"/> |
| 28 | <import feature="org.eclipse.datatools.connectivity.doc.user"/> |
| 29 | <import feature="org.eclipse.datatools.sqltools.doc.user"/> |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 30 | </requires> |
| 31 | |
| 32 | <plugin |
| 33 | id="org.eclipse.datatools.doc.isv" |
| 34 | download-size="0" |
| 35 | install-size="0" |
| 36 | version="0.0.0" |
| 37 | unpack="false"/> |
| 38 | |
| 39 | <plugin |
| 40 | id="org.eclipse.datatools.sdk" |
| 41 | download-size="0" |
| 42 | install-size="0" |
| 43 | version="0.0.0" |
| 44 | unpack="false"/> |
| 45 | |
| 46 | <plugin |
| 47 | id="org.eclipse.datatools.connectivity.ui.templates" |
| 48 | download-size="0" |
| 49 | install-size="0" |
| 50 | version="0.0.0" |
| 51 | unpack="false"/> |
| 52 | |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 53 | </feature> |