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.feature" |
| 4 | label="%featureName" |
| 5 | version="1.13.0.qualifier" |
| 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.datatools.enablement.finfo" |
| 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 | <includes |
| 23 | id="org.eclipse.datatools.enablement.apache.derby.feature" |
| 24 | version="0.0.0" |
| 25 | optional="true"/> |
| 26 | |
| 27 | <includes |
| 28 | id="org.eclipse.datatools.enablement.hsqldb.feature" |
| 29 | version="0.0.0" |
| 30 | optional="true"/> |
| 31 | |
| 32 | <includes |
| 33 | id="org.eclipse.datatools.enablement.ibm.feature" |
| 34 | version="0.0.0" |
| 35 | optional="true"/> |
| 36 | |
| 37 | <includes |
| 38 | id="org.eclipse.datatools.enablement.jdbc.feature" |
| 39 | version="0.0.0" |
| 40 | optional="true"/> |
| 41 | |
| 42 | <includes |
| 43 | id="org.eclipse.datatools.enablement.jdt.feature" |
| 44 | version="0.0.0" |
| 45 | optional="true"/> |
| 46 | |
| 47 | <includes |
| 48 | id="org.eclipse.datatools.enablement.msft.feature" |
| 49 | version="0.0.0" |
| 50 | optional="true"/> |
| 51 | |
| 52 | <includes |
| 53 | id="org.eclipse.datatools.enablement.mysql.feature" |
| 54 | version="0.0.0" |
| 55 | optional="true"/> |
| 56 | |
| 57 | <includes |
| 58 | id="org.eclipse.datatools.enablement.oda.feature" |
| 59 | version="0.0.0" |
| 60 | optional="true"/> |
| 61 | |
| 62 | <includes |
| 63 | id="org.eclipse.datatools.enablement.oda.designer.feature" |
| 64 | version="0.0.0" |
| 65 | optional="true"/> |
| 66 | |
| 67 | <includes |
| 68 | id="org.eclipse.datatools.enablement.oracle.feature" |
| 69 | version="0.0.0" |
| 70 | optional="true"/> |
| 71 | |
| 72 | <includes |
| 73 | id="org.eclipse.datatools.enablement.postgresql.feature" |
| 74 | version="0.0.0" |
| 75 | optional="true"/> |
| 76 | |
| 77 | <includes |
| 78 | id="org.eclipse.datatools.enablement.sap.feature" |
| 79 | version="0.0.0" |
| 80 | optional="true"/> |
| 81 | |
| 82 | <includes |
| 83 | id="org.eclipse.datatools.enablement.sybase.feature" |
| 84 | version="0.0.0" |
| 85 | optional="true"/> |
| 86 | |
| 87 | <includes |
| 88 | id="org.eclipse.datatools.enablement.ingres.feature" |
| 89 | version="0.0.0" |
| 90 | optional="true"/> |
| 91 | |
| 92 | <includes |
| 93 | id="org.eclipse.datatools.enablement.sqlite.feature" |
| 94 | version="0.0.0" |
| 95 | optional="true"/> |
| 96 | |
| 97 | <requires> |
Brian Payton | 0dd87ad | 2015-11-11 15:49:11 -0800 | [diff] [blame^] | 98 | <import feature="org.eclipse.datatools.modelbase.feature" version="1.13.0" match="greaterOrEqual"/> |
| 99 | <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] | 100 | </requires> |
| 101 | |
| 102 | <plugin |
| 103 | id="org.eclipse.datatools.enablement.finfo" |
| 104 | download-size="0" |
| 105 | install-size="0" |
| 106 | version="0.0.0" |
| 107 | unpack="false"/> |
| 108 | |
| 109 | <plugin |
| 110 | id="org.eclipse.datatools.sqltools.db.derby.ui" |
| 111 | download-size="0" |
| 112 | install-size="0" |
| 113 | version="0.0.0" |
| 114 | unpack="false"/> |
| 115 | |
| 116 | <plugin |
| 117 | id="org.eclipse.datatools.sqltools.db.generic.ui" |
| 118 | download-size="0" |
| 119 | install-size="0" |
| 120 | version="0.0.0" |
| 121 | unpack="false"/> |
| 122 | |
| 123 | </feature> |