Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Simon Kaegi | d6a66f1 | 2007-03-14 17:43:03 +0000 | [diff] [blame] | 3 | Bundle-Name: %bundleName |
Simon Kaegi | 74010fe | 2007-03-22 14:08:24 +0000 | [diff] [blame] | 4 | Bundle-Vendor: %providerName |
Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 5 | Bundle-SymbolicName: org.eclipse.equinox.http.servlet |
Thomas Watson | f242462 | 2017-10-19 08:22:12 -0500 | [diff] [blame] | 6 | Bundle-Version: 1.4.100.qualifier |
Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator |
| 8 | Bundle-Localization: plugin |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
Raymond Auge | aaa138e | 2016-02-16 15:04:15 -0500 | [diff] [blame] | 10 | Export-Package: org.eclipse.equinox.http.servlet;version="1.2.0", |
Raymond Auge | 57395de | 2016-07-18 12:00:46 -0400 | [diff] [blame] | 11 | org.eclipse.equinox.http.servlet.context;version="1.0.0";x-internal:=true, |
| 12 | org.eclipse.equinox.http.servlet.dto;version="1.0.0";x-internal:=true |
| 13 | Import-Package: org.apache.commons.fileupload;version="[1.2.2, 2.0.0)";resolution:=optional, |
| 14 | org.apache.commons.fileupload.disk;version="[1.2.2, 2.0.0)";resolution:=optional, |
| 15 | org.apache.commons.fileupload.servlet;version="[1.2.2, 2.0.0)";resolution:=optional, |
| 16 | javax.servlet;version="[2.3.0,4.0.0)", |
| 17 | javax.servlet.annotation;version="[2.6.0,4.0.0)";resolution:=optional, |
| 18 | javax.servlet.descriptor;version="[2.6.0,4.0.0)";resolution:=optional, |
Gunnar Wagenknecht | ac17a30 | 2014-03-15 14:37:33 +0100 | [diff] [blame] | 19 | javax.servlet.http;version="[2.3.0,4.0.0)", |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 20 | org.osgi.dto;version="[1.0.0,2.0)", |
| 21 | org.osgi.framework;version="[1.3.0,2.0)", |
Thomas Watson | bf7deaa | 2015-04-28 14:40:13 -0500 | [diff] [blame] | 22 | org.osgi.framework.dto; version="[1.8.0,2.0)", |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 23 | org.osgi.framework.wiring;version="[1.1.0,2.0)", |
| 24 | org.osgi.service.http;version="[1.2,1.3)", |
| 25 | org.osgi.service.http.context;version="[1.0,1.1)", |
| 26 | org.osgi.service.http.runtime;version="[1.0,1.1)", |
| 27 | org.osgi.service.http.runtime.dto;version="[1.0,1.1)", |
| 28 | org.osgi.service.http.whiteboard;version="[1.0,1.1)", |
| 29 | org.osgi.util.tracker;version="[1.5,2.0)" |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 30 | Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2 |
Simon Kaegi | 788e5fc | 2006-09-28 16:14:09 +0000 | [diff] [blame] | 31 | Eclipse-LazyStart: true |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 32 | Bundle-ActivationPolicy: lazy |
Thomas Watson | 6560cf6 | 2015-03-11 09:53:39 -0500 | [diff] [blame] | 33 | Provide-Capability: osgi.implementation; |
| 34 | osgi.implementation="osgi.http"; |
| 35 | uses:="javax.servlet, javax.servlet.http, org.osgi.service.http.context, org.osgi.service.http.whiteboard"; |
| 36 | version:Version="1.0", |
| 37 | osgi.service; |
| 38 | objectClass:List<String>="org.osgi.service.http.HttpService"; |
| 39 | uses:="org.osgi.service.http", |
| 40 | osgi.service; |
| 41 | objectClass:List<String>="org.osgi.service.http.runtime.HttpServiceRuntime"; |
| 42 | uses:="org.osgi.service.http.runtime" |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame^] | 43 | Automatic-Module-Name: org.eclipse.equinox.http.servlet |
Thomas Watson | 6560cf6 | 2015-03-11 09:53:39 -0500 | [diff] [blame] | 44 | |