Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 87bc52f0c1b4f81058fcb49aaddbefe18ee34c95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.net4j.http;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.net4j.internal.http.bundle.OM$Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
 org.eclipse.net4j.http.common;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
Import-Package: org.apache.commons.httpclient;version="[3.0.0,4.0.0)",
 org.apache.commons.httpclient.methods;version="[3.0.0,4.0.0)"
Export-Package: org.eclipse.net4j.http;version="1.0.0",
 org.eclipse.net4j.internal.http;version="1.0.0";x-friends:="org.eclipse.net4j.http.tests",
 org.eclipse.net4j.internal.http.bundle;version="1.0.0";x-internal:=true

Back to the top