Skip to main content
summaryrefslogblamecommitdiffstats
blob: acd02fe41974f1250441f07f2e3b26fd59fd22c2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                                                                        
                                







                                                                    

                         
                                   
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.13.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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