ledunnel | 77e07b4 | 2007-09-19 00:38:53 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Sample Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.connectivity.sample; singleton:=true |
| 5 | Bundle-Version: 1.0.0 |
| 6 | Bundle-Activator: org.eclipse.datatools.connectivity.sample.Activator |
| 7 | Bundle-Vendor: Eclipse.org |
| 8 | Require-Bundle: org.eclipse.ui, |
| 9 | org.eclipse.core.runtime, |
ledunnel | 2f41d0a | 2007-09-20 22:55:16 +0000 | [diff] [blame] | 10 | org.eclipse.core.resources, |
ledunnel | 43f302a | 2007-12-18 00:17:50 +0000 | [diff] [blame] | 11 | org.eclipse.datatools.connectivity.ui.dse |
ledunnel | 77e07b4 | 2007-09-19 00:38:53 +0000 | [diff] [blame] | 12 | Eclipse-LazyStart: true |