xgu | c3a9ea5 | 2011-08-30 18:21:34 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <feature
|
| 3 | id="org.eclipse.datatools.modelbase.feature"
|
| 4 | label="%featureName"
|
xgu | 68f7531 | 2013-06-04 16:10:25 +0800 | [diff] [blame] | 5 | version="1.11.1.qualifier"
|
xgu | c3a9ea5 | 2011-08-30 18:21:34 +0800 | [diff] [blame] | 6 | provider-name="%providerName"
|
| 7 | plugin="org.eclipse.datatools.modelbase.sql"
|
| 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 | <url>
|
| 23 | <update label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 24 | <discovery label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 25 | </url>
|
| 26 |
|
| 27 | <requires>
|
| 28 | <import feature="org.eclipse.emf" version="2.4.0" match="greaterOrEqual"/>
|
| 29 | </requires>
|
| 30 |
|
| 31 | <plugin
|
| 32 | id="org.eclipse.datatools.modelbase.dbdefinition"
|
| 33 | download-size="0"
|
| 34 | install-size="0"
|
| 35 | version="0.0.0"
|
| 36 | unpack="false"/>
|
| 37 |
|
| 38 | <plugin
|
| 39 | id="org.eclipse.datatools.modelbase.sql.edit"
|
| 40 | download-size="0"
|
| 41 | install-size="0"
|
| 42 | version="0.0.0"
|
| 43 | unpack="false"/>
|
| 44 |
|
| 45 | <plugin
|
| 46 | id="org.eclipse.datatools.modelbase.sql.query"
|
| 47 | download-size="0"
|
| 48 | install-size="0"
|
| 49 | version="0.0.0"
|
| 50 | unpack="false"/>
|
| 51 |
|
| 52 | <plugin
|
| 53 | id="org.eclipse.datatools.modelbase.sql.query.edit"
|
| 54 | download-size="0"
|
| 55 | install-size="0"
|
| 56 | version="0.0.0"
|
| 57 | unpack="false"/>
|
| 58 |
|
| 59 | <plugin
|
| 60 | id="org.eclipse.datatools.modelbase.sql.xml.query"
|
| 61 | download-size="0"
|
| 62 | install-size="0"
|
| 63 | version="0.0.0"
|
| 64 | unpack="false"/>
|
| 65 |
|
| 66 | <plugin
|
| 67 | id="org.eclipse.datatools.modelbase.sql"
|
| 68 | download-size="0"
|
| 69 | install-size="0"
|
| 70 | version="0.0.0"
|
| 71 | unpack="false"/>
|
| 72 |
|
| 73 | </feature>
|