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.enablement.jdbc.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 | plugin="org.eclipse.datatools.enablement.sybase" |
| 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 | |
| 22 | <requires> |
Brian Payton | 3700734 | 2015-11-11 20:24:32 -0800 | [diff] [blame] | 23 | <import feature="org.eclipse.datatools.connectivity.feature" version="1.13.0" match="greaterOrEqual"/> |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 24 | </requires> |
| 25 | |
| 26 | <plugin |
| 27 | id="org.eclipse.datatools.connectivity.db.generic" |
| 28 | download-size="0" |
| 29 | install-size="0" |
| 30 | version="0.0.0" |
| 31 | unpack="false"/> |
| 32 | |
| 33 | <plugin |
| 34 | id="org.eclipse.datatools.connectivity.db.generic.ui" |
| 35 | download-size="0" |
| 36 | install-size="0" |
| 37 | version="0.0.0" |
| 38 | unpack="false"/> |
| 39 | |
| 40 | <plugin |
| 41 | id="org.eclipse.datatools.connectivity.dbdefinition.genericJDBC" |
| 42 | download-size="0" |
| 43 | install-size="0" |
| 44 | version="0.0.0" |
| 45 | unpack="false"/> |
| 46 | |
| 47 | </feature> |