Brian Fitzpatrick | f292a42 | 2008-12-02 21:37:53 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: DTP Enablement SQLite Database Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.enablement.sqlite;singleton:=true |
Brian Fitzpatrick | e6a1729 | 2009-01-23 16:49:40 +0000 | [diff] [blame^] | 5 | Bundle-Version: 1.0.0.qualifier |
Brian Fitzpatrick | f292a42 | 2008-12-02 21:37:53 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.datatools.enablement.sqlite.Activator |
| 7 | Bundle-Vendor: Eclipse.org |
| 8 | Require-Bundle: org.eclipse.core.runtime, |
| 9 | org.eclipse.datatools.modelbase.dbdefinition, |
| 10 | org.eclipse.datatools.modelbase.sql, |
| 11 | org.eclipse.emf.ecore.xmi, |
| 12 | org.eclipse.datatools.connectivity, |
| 13 | org.eclipse.datatools.connectivity.db.generic, |
| 14 | org.eclipse.datatools.connectivity.sqm.core;bundle-version="1.0.2" |
| 15 | Eclipse-LazyStart: true |
| 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
| 17 | Export-Package: org.eclipse.datatools.enablement.sqlite, |
| 18 | org.eclipse.datatools.enablement.sqlite.connection |
| 19 | Bundle-Localization: plugin |