Linda Chan | ef502f8 | 2006-03-08 02:01:17 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: DTP Open Data Access |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.connectivity.oda; singleton:=true |
jgraham | 8d922fc | 2007-06-07 16:10:11 +0000 | [diff] [blame^] | 5 | Bundle-Version: 3.1.0.200706071 |
Linda Chan | ef502f8 | 2006-03-08 02:01:17 +0000 | [diff] [blame] | 6 | Bundle-Vendor: Eclipse.org |
| 7 | Bundle-Localization: plugin |
Linda Chan | 695ce97 | 2006-03-14 03:11:27 +0000 | [diff] [blame] | 8 | Export-Package: org.eclipse.datatools.connectivity.oda, |
Linda Chan | ef502f8 | 2006-03-08 02:01:17 +0000 | [diff] [blame] | 9 | org.eclipse.datatools.connectivity.oda.impl, |
| 10 | org.eclipse.datatools.connectivity.oda.util, |
| 11 | org.eclipse.datatools.connectivity.oda.util.logging, |
| 12 | org.eclipse.datatools.connectivity.oda.util.manifest |
Linda Chan | 5a83573 | 2006-08-30 06:32:27 +0000 | [diff] [blame] | 13 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| 14 | com.ibm.icu;bundle-version="[3.4.4,4.0.0)";visibility:=reexport |
Linda Chan | 31bab2f | 2006-08-01 20:55:01 +0000 | [diff] [blame] | 15 | Eclipse-LazyStart: true |
| 16 | Bundle-Activator: org.eclipse.datatools.connectivity.oda.util.OdaPlugin |
jgraham | 0eef5dc | 2007-02-06 15:37:31 +0000 | [diff] [blame] | 17 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |