Skip to main content
summaryrefslogtreecommitdiffstats
blob: 208d8f7ce3564bd22d864a20adfe31d7ef529a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Ldap Authentication
Bundle-SymbolicName: org.eclipse.osee.framework.authentication.ldap.core;singleton:=true
Bundle-Version: 0.24.3.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.authentication.ldap.core,
 org.eclipse.osee.framework.authentication.ldap.core.service
Import-Package: org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.server,
 org.eclipse.osee.logger,
 org.eclipse.osee.orcs
Service-Component: OSGI-INF/*.xml  

Back to the top