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.sqldevtools.data.feature" |
| 4 | label="%featureName" |
nickboldt | 8a17d89 | 2018-06-29 16:21:15 -0400 | [diff] [blame] | 5 | version="1.14.101.qualifier" |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | image="eclipse_update_120.jpg"> |
| 8 | |
| 9 | <description> |
| 10 | %description |
| 11 | </description> |
| 12 | |
| 13 | <copyright> |
| 14 | %featureCopyright |
| 15 | </copyright> |
| 16 | |
| 17 | <license url="%licenseURL"> |
| 18 | %license |
| 19 | </license> |
| 20 | |
| 21 | <requires> |
Brian Payton | 3700734 | 2015-11-11 20:24:32 -0800 | [diff] [blame] | 22 | <import feature="org.eclipse.datatools.modelbase.feature" version="1.13.0" match="greaterOrEqual"/> |
| 23 | <import feature="org.eclipse.datatools.connectivity.feature" version="1.13.0" match="greaterOrEqual"/> |
| 24 | <import feature="org.eclipse.datatools.sqldevtools.ddl.feature" version="1.13.0" match="greaterOrEqual"/> |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 25 | </requires> |
| 26 | |
| 27 | <plugin |
| 28 | id="org.eclipse.datatools.sqltools.data.core" |
| 29 | download-size="0" |
| 30 | install-size="0" |
| 31 | version="0.0.0" |
| 32 | unpack="false"/> |
| 33 | |
| 34 | <plugin |
| 35 | id="org.eclipse.datatools.sqltools.data.ui" |
| 36 | download-size="0" |
| 37 | install-size="0" |
| 38 | version="0.0.0" |
| 39 | unpack="false"/> |
| 40 | |
| 41 | <plugin |
| 42 | id="org.eclipse.datatools.sqltools.tabledataeditor" |
| 43 | download-size="0" |
| 44 | install-size="0" |
| 45 | version="0.0.0" |
| 46 | unpack="false"/> |
| 47 | |
| 48 | <plugin |
| 49 | id="org.eclipse.datatools.sqltools.result.ui" |
| 50 | download-size="0" |
| 51 | install-size="0" |
| 52 | version="0.0.0" |
| 53 | unpack="false"/> |
| 54 | |
| 55 | <plugin |
| 56 | id="org.eclipse.datatools.sqltools.common.ui" |
| 57 | download-size="0" |
| 58 | install-size="0" |
| 59 | version="0.0.0" |
| 60 | unpack="false"/> |
| 61 | |
| 62 | </feature> |