Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5f670ea6b95ed6f4c6d2f3269336b35c347821a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.net4j.http.tests;singleton:=true
Bundle-Version: 4.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.tests;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
 org.eclipse.net4j.http;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.net4j.http.server;bundle-version="[4.0.0,5.0.0)"
Import-Package: javax.servlet;version="[2.3.0,3.0.0)",
 javax.servlet.http;version="[2.3.0,3.0.0)",
 org.apache.commons.httpclient;version="[3.0.1,4.0.0)",
 org.apache.commons.httpclient.methods;version="[3.0.1,4.0.0)"
Export-Package: org.eclipse.net4j.http.tests;version="4.0.0"

Back to the top