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.connectivity.oda.designer.core.feature" |
| 4 | label="%featureName" |
nickboldt | ad3303e | 2018-06-25 15:37:53 -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.connectivity.oda.design.ui" |
| 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> |
| 23 | <import feature="org.eclipse.emf" version="2.4.0" match="greaterOrEqual"/> |
Brian Payton | 3700734 | 2015-11-11 20:24:32 -0800 | [diff] [blame] | 24 | <import feature="org.eclipse.datatools.connectivity.oda.feature" version="1.13.0" match="greaterOrEqual"/> |
| 25 | <import feature="org.eclipse.datatools.doc.user" version="1.13.0" match="greaterOrEqual"/> |
| 26 | <import feature="org.eclipse.datatools.modelbase.feature" version="1.13.0" match="greaterOrEqual"/> |
Brian Payton | d379457 | 2015-11-09 13:15:56 -0800 | [diff] [blame] | 27 | </requires> |
| 28 | |
| 29 | <plugin |
| 30 | id="org.eclipse.datatools.connectivity.oda.design.ui" |
| 31 | download-size="0" |
| 32 | install-size="0" |
| 33 | version="0.0.0" |
| 34 | unpack="false"/> |
| 35 | |
| 36 | <plugin |
| 37 | id="org.eclipse.datatools.connectivity.ui.dse" |
| 38 | download-size="0" |
| 39 | install-size="0" |
| 40 | version="0.0.0" |
| 41 | unpack="false"/> |
| 42 | |
| 43 | <plugin |
| 44 | id="org.eclipse.datatools.connectivity.ui" |
| 45 | download-size="0" |
| 46 | install-size="0" |
| 47 | version="0.0.0" |
| 48 | unpack="false"/> |
| 49 | |
| 50 | <plugin |
| 51 | id="org.eclipse.datatools.connectivity.sqm.core" |
| 52 | download-size="0" |
| 53 | install-size="0" |
| 54 | version="0.0.0" |
| 55 | unpack="false"/> |
| 56 | |
| 57 | <plugin |
| 58 | id="org.eclipse.datatools.help" |
| 59 | download-size="0" |
| 60 | install-size="0" |
| 61 | version="0.0.0" |
| 62 | unpack="false"/> |
| 63 | |
| 64 | </feature> |