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 |
Raymond Augé | 6e871fc | 2019-09-18 14:15:49 -0400 | [diff] [blame] | 6 | Bundle-Version: 1.6.300.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 | 7d6da7c | 2019-01-31 10:41:45 -0500 | [diff] [blame] | 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
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, |
shuyangzhou | 5951364 | 2017-05-18 13:58:10 -0700 | [diff] [blame] | 12 | org.eclipse.equinox.http.servlet.session;version="1.0.0";x-internal:=true, |
Raymond Auge | 57395de | 2016-07-18 12:00:46 -0400 | [diff] [blame] | 13 | org.eclipse.equinox.http.servlet.dto;version="1.0.0";x-internal:=true |
| 14 | Import-Package: org.apache.commons.fileupload;version="[1.2.2, 2.0.0)";resolution:=optional, |
| 15 | org.apache.commons.fileupload.disk;version="[1.2.2, 2.0.0)";resolution:=optional, |
| 16 | org.apache.commons.fileupload.servlet;version="[1.2.2, 2.0.0)";resolution:=optional, |
Raymond Auge | 7d6da7c | 2019-01-31 10:41:45 -0500 | [diff] [blame] | 17 | javax.servlet;version="[3.1.0,5.0.0)", |
| 18 | javax.servlet.annotation;version="[3.1.0,5.0.0)";resolution:=optional, |
| 19 | javax.servlet.descriptor;version="[3.1.0,5.0.0)";resolution:=optional, |
| 20 | javax.servlet.http;version="[3.1.0,5.0.0)", |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 21 | org.osgi.dto;version="[1.0.0,2.0)", |
| 22 | org.osgi.framework;version="[1.3.0,2.0)", |
Thomas Watson | bf7deaa | 2015-04-28 14:40:13 -0500 | [diff] [blame] | 23 | org.osgi.framework.dto; version="[1.8.0,2.0)", |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 24 | org.osgi.framework.wiring;version="[1.1.0,2.0)", |
| 25 | org.osgi.service.http;version="[1.2,1.3)", |
Raymond Auge | 7d6da7c | 2019-01-31 10:41:45 -0500 | [diff] [blame] | 26 | org.osgi.service.http.context;version="[1.1,1.2)", |
| 27 | org.osgi.service.http.runtime;version="[1.1,1.2)", |
| 28 | org.osgi.service.http.runtime.dto;version="[1.1,1.2)", |
| 29 | org.osgi.service.http.whiteboard;version="[1.1,1.2)", |
Raymond Auge | 13f073a | 2019-02-11 17:52:59 -0500 | [diff] [blame] | 30 | org.osgi.service.log;version="[1.4,2)", |
Raymond Auge | 969c6ba | 2014-09-03 11:55:08 -0400 | [diff] [blame] | 31 | org.osgi.util.tracker;version="[1.5,2.0)" |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 32 | 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] | 33 | Eclipse-LazyStart: true |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 34 | Bundle-ActivationPolicy: lazy |
Thomas Watson | 6560cf6 | 2015-03-11 09:53:39 -0500 | [diff] [blame] | 35 | Provide-Capability: osgi.implementation; |
| 36 | osgi.implementation="osgi.http"; |
| 37 | uses:="javax.servlet, javax.servlet.http, org.osgi.service.http.context, org.osgi.service.http.whiteboard"; |
Raymond Auge | 7d6da7c | 2019-01-31 10:41:45 -0500 | [diff] [blame] | 38 | version:Version="1.1", |
Thomas Watson | 6560cf6 | 2015-03-11 09:53:39 -0500 | [diff] [blame] | 39 | osgi.service; |
| 40 | objectClass:List<String>="org.osgi.service.http.HttpService"; |
| 41 | uses:="org.osgi.service.http", |
| 42 | osgi.service; |
| 43 | objectClass:List<String>="org.osgi.service.http.runtime.HttpServiceRuntime"; |
Raymond Auge | d8a9c10 | 2019-01-30 10:08:54 -0500 | [diff] [blame] | 44 | uses:="org.osgi.service.http.runtime,org.osgi.service.http.runtime.dto" |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 45 | Automatic-Module-Name: org.eclipse.equinox.http.servlet |
Thomas Watson | 6560cf6 | 2015-03-11 09:53:39 -0500 | [diff] [blame] | 46 | |