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.sqldevtools.ddl.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 | image="eclipse_update_120.jpg">
|
| 8 |
|
| 9 | <description>
|
| 10 | %description
|
| 11 | </description>
|
| 12 |
|
| 13 | <copyright>
|
| 14 | %featureCopyright
|
| 15 | </copyright>
|
| 16 |
|
| 17 | <license url="%licenseURL">
|
| 18 | %license
|
| 19 | </license>
|
| 20 |
|
| 21 | <url>
|
| 22 | <update label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 23 | <discovery label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 24 | </url>
|
| 25 |
|
| 26 | <includes
|
| 27 | id="org.eclipse.datatools.sqldevtools.ddlgen.feature"
|
| 28 | version="0.0.0"/>
|
| 29 |
|
| 30 | <requires>
|
| 31 | <import feature="org.eclipse.datatools.modelbase.feature" version="1.8.0" match="greaterOrEqual"/>
|
| 32 | <import feature="org.eclipse.datatools.connectivity.feature" version="1.8.0" match="greaterOrEqual"/>
|
| 33 | </requires>
|
| 34 |
|
| 35 | </feature>
|