Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Http Services Servlet |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.http.servlet |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator |
| 7 | Bundle-Localization: plugin |
| 8 | Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, |
| 9 | J2SE-1.3 |
| 10 | Export-Package: org.eclipse.equinox.http.servlet;version="1.0.0" |
Simon Kaegi | 9ea8916 | 2006-09-29 18:46:34 +0000 | [diff] [blame] | 11 | Import-Package: javax.servlet;version="2.3", |
| 12 | javax.servlet.http;version="2.3", |
Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 13 | org.osgi.framework;version="1.3.0", |
| 14 | org.osgi.service.http;version="1.2.0" |
| 15 | Eclipse-LazyStart: true |