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

Back to the top