blob: 50019f83dec60a71c35384ec38b7d04563c0c4d3 [file] [log] [blame]
Brian Paytond3794572015-11-09 13:15:56 -08001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.datatools.enablement.jdbc.feature"
4 label="%featureName"
nickboldt8a17d892018-06-29 16:21:15 -04005 version="1.14.101.qualifier"
Brian Paytond3794572015-11-09 13:15:56 -08006 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 Payton37007342015-11-11 20:24:32 -080023 <import feature="org.eclipse.datatools.connectivity.feature" version="1.13.0" match="greaterOrEqual"/>
Brian Paytond3794572015-11-09 13:15:56 -080024 </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>