2011-01-11 00:00:26 +07:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-Localization: plugin
|
2016-07-07 10:59:31 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
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"
|
2018-02-03 13:25:48 +07:00
|
|
|
Bundle-Version: 5.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: .
|