Skip to main content
summaryrefslogtreecommitdiffstats
blob: b79b67a34b8ec98d4762160acd20eb5d5b064bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ATS Core Test
Bundle-SymbolicName: org.eclipse.osee.ats.core.test
Bundle-Version: 0.19.0.qualifier
Fragment-Host: org.eclipse.osee.ats.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core,
 org.objenesis
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top