Skip to main content
summaryrefslogtreecommitdiffstats
blob: ec23e32182c6f269c7b39c0e0562acfc5d53e446 (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 Account Admin Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.account.admin.test
Bundle-Version: 0.24.2.qualifier
Fragment-Host: org.eclipse.osee.account.admin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
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