Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6eae593bd8397ef9ab90680006aed66bb81173c3 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Example REST TimeService Provider Host
Bundle-SymbolicName: com.mycorp.examples.timeservice.provider.rest.host;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.equinox.common,
 org.eclipse.ecf
Import-Package: com.mycorp.examples.timeservice;version="1.0.0",
 com.mycorp.examples.timeservice.provider.rest.common,
 javax.servlet,
 javax.servlet.http,
 org.eclipse.ecf.core.sharedobject,
 org.eclipse.ecf.provider.generic,
 org.eclipse.ecf.remoteservice,
 org.eclipse.ecf.remoteservice.servlet,
 org.eclipse.equinox.concurrent.future,
 org.json,
 org.osgi.framework,
 org.osgi.service.http
Service-Component: OSGI-INF/httpservicecomponent.xml
Bundle-ActivationPolicy: lazy

Back to the top