Skip to main content
summaryrefslogtreecommitdiffstats
blob: 42634090f78ac853bf43c7662bb06064fa84361a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Authorization Admin (Incubation)
Bundle-SymbolicName: org.eclipse.osee.authorization.admin
Bundle-Version: 0.24.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/*.xml
Export-Package: org.eclipse.osee.authorization.admin
Import-Package: org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.logger
Bundle-ActivationPolicy: lazy

Back to the top