Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3f7cf562c9abb2d1afc4d140cdf94a88b0be05b7 (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
Bundle-Version: 0.10.2.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.event,
 org.eclipse.osee.executor.admin,
 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
Service-Component: OSGI-INF/*.xml
Export-Package: org.eclipse.osee.console.admin
Bundle-ActivationPolicy: lazy

Back to the top