Brian Payton | 92f1516 | 2015-11-05 11:05:34 -0800 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.connectivity.oda.design; singleton:=true |
nickboldt | cb9533c | 2018-01-24 15:06:47 -0500 | [diff] [blame] | 5 | Bundle-Version: 3.5.100.qualifier |
Brian Payton | 92f1516 | 2015-11-05 11:05:34 -0800 | [diff] [blame] | 6 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.datatools.connectivity.oda.design, |
| 10 | org.eclipse.datatools.connectivity.oda.design.util |
| 11 | Require-Bundle: org.eclipse.core.runtime, |
| 12 | org.eclipse.emf.ecore;visibility:=reexport, |
| 13 | org.eclipse.emf.ecore.xmi;visibility:=reexport, |
Brian Payton | 368a565 | 2016-03-08 16:59:40 -0800 | [diff] [blame] | 14 | com.ibm.icu;visibility:=reexport |
Brian Payton | 92f1516 | 2015-11-05 11:05:34 -0800 | [diff] [blame] | 15 | Eclipse-LazyStart: true |
| 16 | Bundle-ActivationPolicy: lazy |