dyang | 7c0d5a3 | 2006-01-05 06:58:13 +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 |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.datatools.sqltools.plan;singleton:=true |
jgraham | f6bd151 | 2008-03-04 21:13:29 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0.qualifier |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.datatools.sqltools.plan.internal.PlanViewPlugin |
Brian Fitzpatrick | cbd0554 | 2009-06-02 15:08:06 +0000 | [diff] [blame^] | 7 | Bundle-Vendor: %Plugin.ProviderName |
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)", |
hcao | 6c1c11d | 2007-09-06 12:35:45 +0000 | [diff] [blame] | 12 | org.eclipse.datatools.sqltools.common.ui;bundle-version="[0.9.0,1.5.0)", |
| 13 | org.eclipse.help;bundle-version="[3.2.0,4.0.0)", |
| 14 | org.eclipse.datatools.help;bundle-version="[0.9.0,2.0.0)" |
hcao | 23e38c3 | 2006-03-31 07:18:07 +0000 | [diff] [blame] | 15 | Eclipse-LazyStart: true |
hcao | 6e73823 | 2008-05-13 09:26:45 +0000 | [diff] [blame] | 16 | Bundle-ActivationPolicy: lazy |
dyang | 7c0d5a3 | 2006-01-05 06:58:13 +0000 | [diff] [blame] | 17 | Export-Package: org.eclipse.datatools.sqltools.plan, |
| 18 | org.eclipse.datatools.sqltools.plan.treeplan |
hcao | d4a2d51 | 2009-03-05 07:40:56 +0000 | [diff] [blame] | 19 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |