Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9d464ab36c5e8b37c0616f06974794d92b12ab56 (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: OTE Master Client Rest (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.master.rest.client
Bundle-Version: 0.15.0.qualifier
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.sun.jersey.api.client,
 com.sun.jersey.api.client.config,
 com.sun.jersey.client.apache,
 com.sun.jersey.client.apache.config,
 javax.ws.rs.core,
 org.eclipse.osee.ote.master.rest.model
Export-Package: org.eclipse.osee.ote.master.rest.client
Service-Component: OSGI-INF/*.xml
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top