Skip to main content
summaryrefslogtreecommitdiffstats
blob: 25b39b659760c574ac2616aaaf0c497f99c80d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Core Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.core.test
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.ote.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
 org.eclipse.equinox.ds
Export-Package: org.eclipse.osee.ote.core.framework
Import-Package: org.mockito,
 org.mockito.stubbing

Back to the top