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

Back to the top