Skip to main content
summaryrefslogtreecommitdiffstats
blob: b52545d161e7086f9b32f7e6f1e0d30f49886677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Console Admin
Bundle-SymbolicName: org.eclipse.osee.console.admin;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.26.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.osee.framework.core.executor,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.logger,
 org.eclipse.osgi.framework.console,
 org.osgi.framework,
 org.osgi.service.event
Service-Component: OSGI-INF/*.xml
Export-Package: org.eclipse.osee.console.admin

Back to the top