Skip to main content
summaryrefslogtreecommitdiffstats
blob: 857383a8e8e92d5796cd846191d9610758e75d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE JAX-RS (Incubation)
Bundle-SymbolicName: org.eclipse.osee.jaxrs
Bundle-Version: 0.24.4.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: javax.servlet,
 javax.ws.rs,
 javax.ws.rs.core,
 javax.ws.rs.ext,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util
Export-Package: org.eclipse.osee.jaxrs,
 org.eclipse.osee.jaxrs.mvc
Require-Bundle: org.codehaus.jackson.core;bundle-version="1.9.13",
 org.codehaus.jackson.jaxrs;bundle-version="1.9.13",
 org.codehaus.jackson.mapper;bundle-version="1.9.13",
 org.codehaus.jackson.xc;bundle-version="1.9.13"

Back to the top