dyang | 7c0d5a3 | 2006-01-05 06:58:13 +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 Execution Plan View Plug-in |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.datatools.sqltools.plan;singleton:=true |
jgraham | cd56c5c | 2006-09-29 19:24:22 +0000 | [diff] [blame^] | 5 | Bundle-Version: 1.0.0.200609291 |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.datatools.sqltools.plan.internal.PlanViewPlugin |
jgraham | cb87e31 | 2006-03-06 22:06:44 +0000 | [diff] [blame] | 7 | Bundle-Vendor: Eclipse.org |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +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.draw2d;bundle-version="[3.2.0,4.0.0)", |
jgraham | cd56c5c | 2006-09-29 19:24:22 +0000 | [diff] [blame^] | 12 | org.eclipse.datatools.sqltools.common.ui;bundle-version="[0.9.0,1.5.0)" |
hcao | 23e38c3 | 2006-03-31 07:18:07 +0000 | [diff] [blame] | 13 | Eclipse-LazyStart: true |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 14 | Export-Package: org.eclipse.datatools.sqltools.plan, |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 15 | org.eclipse.datatools.sqltools.plan.internal, |
| 16 | org.eclipse.datatools.sqltools.plan.internal.core, |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 17 | org.eclipse.datatools.sqltools.plan.treeplan |