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

Back to the top