Skip to main content
summaryrefslogtreecommitdiffstats
blob: fc526f6ad1b4d686f2a3f6210a85da8a09f15acd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Service Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.connection.service;singleton:=true
Bundle-Version: 0.22.0.qualifier
Bundle-Activator: org.eclipse.osee.connection.service.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core.util,
 org.osgi.framework,
 org.osgi.util.tracker
Export-Package: org.eclipse.osee.connection.service
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top