Skip to main content
summaryrefslogtreecommitdiffstats
blob: 09fa94bbc33ba6bca8d6eb8b9d368240875fd913 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Jdbcodbc Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.jdbcodbc;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/jdbcodbc.connection.driver.provider.xml
Import-Package: org.eclipse.osee.framework.database.core,
 org.osgi.framework
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top