Skip to main content
summaryrefslogtreecommitdiffstats
blob: 42843329188a9af37f81a1549c82dd28ab3e0064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE JAX-RS Server Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.jaxrs.server.test
Bundle-Version: 0.25.3.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.jaxrs.server
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.hamcrest.core,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.mockito;bundle-version="1.9.0",
 org.mockito.stubbing

Back to the top