Skip to main content
summaryrefslogtreecommitdiffstats
blob: d598e81b70e68dbd397b10f9bddc44c4106f2ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coverage Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.coverage.test;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.coverage
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.11.0",
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core
Import-Package: org.eclipse.osee.framework.database.init

Back to the top