Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c280292d8b2a97726804e3589609d196088dc81e (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: REST API based on the remote service API
Bundle-SymbolicName: org.eclipse.ecf.remoteservice.rest;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.remoteservice.rest.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Export-Package: org.eclipse.ecf.internal.remoteservice.rest;x-internal:=true,
 org.eclipse.ecf.remoteservice.rest,
 org.eclipse.ecf.remoteservice.rest.identity,
 org.eclipse.ecf.remoteservice.rest.resource,
 org.eclipse.ecf.remoteservice.rest.util
Import-Package: org.apache.commons.httpclient;version="3.0.1",
 org.apache.commons.httpclient.auth;version="3.0.1",
 org.apache.commons.httpclient.methods;version="3.0.1",
 org.apache.commons.httpclient.params;version="3.0.1",
 org.eclipse.core.runtime;version="3.4.0",
 org.eclipse.ecf.core.sharedobject,
 org.eclipse.ecf.provider.generic,
 org.eclipse.ecf.provider.remoteservice.generic,
 org.eclipse.ecf.remoteservice,
 org.eclipse.ecf.remoteservice.events,
 org.eclipse.ecf.remoteservice.util,
 org.eclipse.ecf.remoteservice.util.tracker,
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.osgi.framework;version="1.5.0",
 org.osgi.util.tracker;version="1.4.2"
Require-Bundle: org.eclipse.ecf;bundle-version="3.0.0"

Back to the top