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

Back to the top