mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-Name: %pluginName |
| 3 | Bundle-Vendor: %providerName |
| 4 | Bundle-ManifestVersion: 2 |
| 5 | Bundle-SymbolicName: org.eclipse.amp.agf.chart;singleton:=true |
| 6 | Bundle-Version: 0.2.0.qualifier |
| 7 | Bundle-Activator: org.eclipse.amp.agf.chart.AGFChartPlugin |
| 8 | Require-Bundle: org.eclipse.ui, |
| 9 | org.eclipse.ui.views, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.birt.chart.ui;bundle-version="2.3.1", |
| 12 | org.eclipse.birt.chart.device.swt;bundle-version="2.5.0", |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 13 | org.eclipse.amp.axf.core, |
| 14 | org.eclipse.amp.axf.views, |
| 15 | org.eclipse.amp.agf.core |
| 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 17 | Bundle-ActivationPolicy: lazy |
| 18 | Export-Package: |
| 19 | org.eclipse.amp.agf.chart |
| 20 | Bundle-ClassPath: . |
mparker | 6b74504 | 2009-10-07 00:53:56 +0000 | [diff] [blame^] | 21 | Bundle-Localization: plugin |