Skip to main content
summaryrefslogtreecommitdiffstats
blob: b1b43517143656c362f969fb5665791d1f37e6e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE LDAP Authentication Provider Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.authentication.ldap.test
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.authentication.ldap
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.hamcrest.core,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.mockito,
 org.mockito.stubbing

Back to the top