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

Back to the top