Skip to main content
summaryrefslogtreecommitdiffstats
blob: 533690af223c47c1891a36dcd347d9285e3b94f2 (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.23.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.8

Back to the top