Skip to main content
summaryrefslogtreecommitdiffstats
blob: e5911a5a04c593a4fb725fb5b66c798a7278bd1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ORCS Rest Client (Incubation)
Bundle-SymbolicName: org.eclipse.osee.orcs.rest.client
Bundle-Version: 0.14.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Open System Engineering Environment
Service-Component: OSGI-INF/*.xml
Import-Package: javax.inject,
 javax.ws.rs,
 javax.ws.rs.core,
 org.eclipse.core.net.proxy,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util
Export-Package: org.eclipse.osee.orcs.rest.client
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
 org.eclipse.osee.orcs.rest.model;visibility:=reexport,
 com.sun.jersey;bundle-version="1.8.0";visibility:=reexport,
 com.sun.jersey.client.apache;bundle-version="1.8.0";visibility:=reexport,
 javax.servlet;visibility:=reexport,
 com.google.inject,
 org.apache.commons.httpclient;visibility:=reexport,
 org.apache.commons.logging;visibility:=reexport,
 org.apache.log4j;visibility:=reexport,
 org.slf4j.api;visibility:=reexport

Back to the top