hcao | 6ea64ca | 2009-04-21 06:07:42 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Brian Fitzpatrick | cbd0554 | 2009-06-02 15:08:06 +0000 | [diff] [blame^] | 3 | Bundle-Name: %Plugin.Name |
hcao | 6ea64ca | 2009-04-21 06:07:42 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.datatools.sqltools.result.ui;singleton:=true |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.datatools.sqltools.result.ui.ResultsViewUIPlugin |
| 7 | Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", |
| 8 | org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| 9 | org.eclipse.datatools.help;bundle-version="[0.9.0,2.0.0)", |
| 10 | org.eclipse.datatools.sqltools.result;bundle-version="[0.9.0,1.5.0)", |
| 11 | com.ibm.icu;bundle-version="[3.4.0,5.0.0)", |
| 12 | org.eclipse.datatools.connectivity;bundle-version="[0.9.0,1.5.0)", |
| 13 | org.eclipse.datatools.sqltools.common.ui;bundle-version="[0.9.0,1.5.0)", |
| 14 | org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)", |
| 15 | org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)", |
| 16 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| 17 | org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)", |
| 18 | org.apache.lucene.analysis;bundle-version="[1.4.0,2.0.0)" |
| 19 | Bundle-ActivationPolicy: lazy |
| 20 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 21 | Export-Package: org.eclipse.datatools.sqltools.result.ui, |
| 22 | org.eclipse.datatools.sqltools.result.ui.view |
| 23 | Bundle-Localization: plugin |
Brian Fitzpatrick | cbd0554 | 2009-06-02 15:08:06 +0000 | [diff] [blame^] | 24 | Bundle-Vendor: %Plugin.ProviderName |