dyang | 4b8476e | 2005-12-02 09:39:18 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: SQL Results View Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.sqltools.result |
| 5 | Bundle-Version: 0.7.0 |
| 6 | Bundle-Activator: org.eclipse.datatools.sqltools.result.internal.ResultsViewPlugin |
| 7 | Bundle-Vendor: eclipse.org |
| 8 | Bundle-Localization: plugin |
| 9 | Require-Bundle: org.eclipse.ui, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.jface.text, |
| 12 | org.eclipse.core.resources, |
| 13 | org.eclipse.ui.console, |
| 14 | org.eclipse.ui.workbench.texteditor, |
| 15 | org.eclipse.ui.editors, |
| 16 | org.eclipse.ui.ide, |
| 17 | org.apache.log4j128 |
| 18 | Eclipse-AutoStart: true |
| 19 | Export-Package: org.eclipse.datatools.sqltools.result |