Ken Gilmer | d709bf1 | 2011-10-13 05:01:42 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0
|
| 2 | Bundle-ManifestVersion: 2
|
| 3 | Bundle-Name: Apache Felix Lightweight Http Service Bundle
|
| 4 | Bundle-SymbolicName: org.apache.felix.http.lightweight
|
| 5 | Bundle-Activator: org.apache.felix.http.lightweight.osgi.Activator
|
| 6 | Bundle-Version: 0.2.0
|
| 7 | Import-Package:
|
| 8 | org.osgi.framework,
|
| 9 | org.osgi.service.http;version="1.2.1",
|
| 10 | javax.servlet;version="2.4",
|
| 11 | javax.servlet.http;version="2.4",
|
| 12 | javax.servlet.resources;version="2.4"
|
| 13 | Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
| 14 |
|