Skip to main content
summaryrefslogtreecommitdiffstats
blob: b5bb45ed87c15955874f8d8a46d9293348a32afc (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.19.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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