Skip to main content
summaryrefslogtreecommitdiffstats
blob: c19855dbe89e0465ea6831cf3ef18fd5b68b56f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Connection Plug-in
Bundle-SymbolicName: org.eclipse.osee.demo.db.connection;singleton:=true
Bundle-Version: 0.9.6.qualifier
Bundle-Activator: org.eclipse.osee.demo.db.connection.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.database.core,
 org.osgi.framework
Service-Component: OSGI-INF/demo.connection.contributor.xml
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top