2011-01-11 00:00:26 +07:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-Localization: plugin
|
2019-09-19 18:57:52 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
|
|
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=11))"
|
2011-01-11 00:00:26 +07:00
|
|
|
Bundle-SymbolicName: org.adempiere.eclipse.equinox.http.servlet
|
|
|
|
Eclipse-LazyStart: true
|
|
|
|
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
|
|
|
|
org.eclipse.equinox/compendium/bundles/org.eclipse.equinox.http.servl
|
|
|
|
et;tag=v20100503
|
|
|
|
Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
|
|
|
|
Export-Package: org.eclipse.equinox.http.servlet;version="1.1.0"
|
2019-11-22 05:28:48 +07:00
|
|
|
Bundle-Version: 7.1.0.qualifier
|
2011-01-11 00:00:26 +07:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Name: %bundleName
|
|
|
|
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are
|
|
|
|
specified for compatibility with 3.2
|
2012-02-17 05:28:30 +07:00
|
|
|
Import-Package: javax.servlet;version="2.3",
|
|
|
|
javax.servlet.descriptor;version="3.0.0",
|
|
|
|
javax.servlet.http;version="2.3",
|
|
|
|
org.osgi.framework;version="1.3.0",
|
|
|
|
org.osgi.service.http;version="1.2.0"
|
2011-01-11 00:00:26 +07:00
|
|
|
Bundle-ManifestVersion: 2
|
2018-02-11 00:37:05 +07:00
|
|
|
Bundle-ClassPath: .
|
2018-09-11 09:04:49 +07:00
|
|
|
Automatic-Module-Name: org.adempiere.eclipse.equinox.http.servlet
|