Linda Chan | 6ed6861 | 2006-04-06 01:05:38 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: DTP ODA Consumer Helper Component Plug-in |
Linda Chan | 7c84b5f | 2006-04-06 11:12:57 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.datatools.connectivity.oda.consumer;singleton:=true |
jgraham | 8d922fc | 2007-06-07 16:10:11 +0000 | [diff] [blame^] | 5 | Bundle-Version: 3.1.0.200706071 |
Linda Chan | 6ed6861 | 2006-04-06 01:05:38 +0000 | [diff] [blame] | 6 | Bundle-Localization: plugin |
| 7 | Bundle-Vendor: Eclipse.org |
Linda Chan | 5a83573 | 2006-08-30 06:32:27 +0000 | [diff] [blame] | 8 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
Linda Chan | 235a489 | 2007-03-16 11:47:22 +0000 | [diff] [blame] | 9 | org.eclipse.datatools.connectivity.oda;bundle-version="[3.1.0,4.0.0)";visibility:=reexport |
Linda Chan | 6ed6861 | 2006-04-06 01:05:38 +0000 | [diff] [blame] | 10 | Export-Package: org.eclipse.datatools.connectivity.oda.consumer.helper, |
Linda Chan | bb232c7 | 2006-05-17 07:58:43 +0000 | [diff] [blame] | 11 | org.eclipse.datatools.connectivity.oda.consumer.nls;x-friends:="org.eclipse.datatools.connectivity.oda.consumer.tests", |
Linda Chan | 5740802 | 2006-05-19 02:43:49 +0000 | [diff] [blame] | 12 | org.eclipse.datatools.connectivity.oda.consumer.services, |
| 13 | org.eclipse.datatools.connectivity.oda.consumer.services.impl |
Linda Chan | 17c8f28 | 2006-04-14 07:16:53 +0000 | [diff] [blame] | 14 | Eclipse-LazyStart: true |
Linda Chan | 31bab2f | 2006-08-01 20:55:01 +0000 | [diff] [blame] | 15 | Bundle-Activator: org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConsumerPlugin |
jgraham | 0eef5dc | 2007-02-06 15:37:31 +0000 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |