Brian Payton | 3aa8299 | 2005-12-16 13:11:15 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.datatools.modelbase.sql.query; singleton:=true |
jgraham | a2b1f75 | 2006-02-23 16:27:02 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.7.0.200602241 |
Brian Payton | 3aa8299 | 2005-12-16 13:11:15 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: sqlquerymodel.jar |
Brian Payton | f2e239d | 2006-03-11 01:03:38 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.datatools.modelbase.sql.query.util.SQLQueryModelPlugin |
Brian Payton | 3aa8299 | 2005-12-16 13:11:15 +0000 | [diff] [blame] | 8 | Bundle-Vendor: %providerName |
| 9 | Bundle-Localization: plugin |
| 10 | Require-Bundle: org.eclipse.core.runtime, |
Brian Payton | c2d29aa | 2006-01-25 21:04:48 +0000 | [diff] [blame] | 11 | org.eclipse.datatools.modelbase.sql;visibility:=reexport, |
| 12 | com.ibm.icu |
Brian Payton | f172102 | 2006-03-14 20:22:54 +0000 | [diff] [blame^] | 13 | Eclipse-AutoStart: true |
Brian Payton | 3aa8299 | 2005-12-16 13:11:15 +0000 | [diff] [blame] | 14 | Export-Package: org.eclipse.datatools.modelbase.sql.query, |
| 15 | org.eclipse.datatools.modelbase.sql.query.helper, |
| 16 | org.eclipse.datatools.modelbase.sql.query.impl, |
| 17 | org.eclipse.datatools.modelbase.sql.query.util |