dyang | 4b8476e | 2005-12-02 09:39:18 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
jgraham | 88bb032 | 2006-05-10 14:53:59 +0000 | [diff] [blame] | 3 | Bundle-Name: Eclipse Data Tools Platform SQL Results View Plug-in |
dyang | be47fa0 | 2005-12-12 05:23:16 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.datatools.sqltools.result; singleton:=true |
jgraham | cd56c5c | 2006-09-29 19:24:22 +0000 | [diff] [blame^] | 5 | Bundle-Version: 1.0.0.200609291 |
dyang | 4b8476e | 2005-12-02 09:39:18 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.datatools.sqltools.result.internal.ResultsViewPlugin |
jgraham | cb87e31 | 2006-03-06 22:06:44 +0000 | [diff] [blame] | 7 | Bundle-Vendor: Eclipse.org |
dyang | 4b8476e | 2005-12-02 09:39:18 +0000 | [diff] [blame] | 8 | Bundle-Localization: plugin |
hcao | c0d4689 | 2006-08-30 02:37:08 +0000 | [diff] [blame] | 9 | Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", |
| 10 | org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| 11 | org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)", |
| 12 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| 13 | org.eclipse.ui.console;bundle-version="[3.1.0,4.0.0)", |
| 14 | org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)", |
| 15 | org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)", |
| 16 | org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)", |
jgraham | cd56c5c | 2006-09-29 19:24:22 +0000 | [diff] [blame^] | 17 | org.eclipse.datatools.connectivity;bundle-version="[0.9.0,1.5.0)", |
hcao | c0d4689 | 2006-08-30 02:37:08 +0000 | [diff] [blame] | 18 | org.apache.lucene;bundle-version="[1.4.0,2.0.0)", |
| 19 | com.ibm.icu;bundle-version="[3.4.0,4.0.0)" |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 20 | Export-Package: org.eclipse.datatools.sqltools.result, |
| 21 | org.eclipse.datatools.sqltools.result.internal.model, |
| 22 | org.eclipse.datatools.sqltools.result.internal.preference |
hcao | 23e38c3 | 2006-03-31 07:18:07 +0000 | [diff] [blame] | 23 | Eclipse-LazyStart: true |