Skip to main content
summaryrefslogtreecommitdiffstats
blob: 74f1bc123a82b7cc67d483b2fdbc3fcaba816c20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE JAX-RS ClientTest (Incubation)
Bundle-SymbolicName: org.eclipse.osee.jaxrs.client.test
Bundle-Version: 0.20.0.qualifier
Fragment-Host: org.eclipse.osee.jaxrs.client
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Open System Engineering Environment
Import-Package: org.eclipse.osee.http.jetty,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.mockito;bundle-version="1.9.0",
 org.mockito.invocation,
 org.mockito.stubbing
Require-Bundle: org.hamcrest.core

Back to the top