| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.datatools.enablement.sqlite.feature" | |
| label="%FEATURE_NAME" | |
| version="1.11.0.qualifier" | |
| provider-name="%PROVIDER_NAME" | |
| plugin="org.eclipse.datatools.enablement.finfo"> | |
| <description> | |
| %DESCRIPTION | |
| </description> | |
| <copyright> | |
| %featureCopyright | |
| </copyright> | |
| <license url="%LICENSE_URL"> | |
| %license | |
| </license> | |
| <url> | |
| <update label="Data Tools Platform (DTP) Updates" url="http://download.eclipse.org/datatools/updates"/> | |
| <discovery label="Data Tools Platform (DTP) Updates" url="http://download.eclipse.org/datatools/updates"/> | |
| </url> | |
| <requires> | |
| <import feature="org.eclipse.datatools.modelbase.feature" version="1.8.0" match="greaterOrEqual"/> | |
| <import feature="org.eclipse.datatools.connectivity.feature" version="1.8.0" match="greaterOrEqual"/> | |
| <import feature="org.eclipse.datatools.sqldevtools.feature" version="1.8.0" match="greaterOrEqual"/> | |
| <import feature="org.eclipse.datatools.enablement.jdbc.feature" version="1.8.0" match="greaterOrEqual"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.datatools.enablement.sqlite" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.datatools.enablement.sqlite.dbdefinition" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.datatools.enablement.sqlite.ui" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.datatools.enablement.finfo" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |