Skip to main content
summaryrefslogtreecommitdiffstats
blob: 82d334f4457afd63b7ac37355cdc7f21612ce3ac (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.20.1.qualifier
Fragment-Host: org.eclipse.osee.account.admin;bundle-version="0.17.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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