Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-24 10:41:24 +0000
committerEike Stepper2008-05-24 10:41:24 +0000
commit46a51d27d7db53246054fd258e598d0c2f30576f (patch)
treed36770630a8e3dfaf84ca0a1350f81d4b4a5a08b /plugins/org.eclipse.net4j.http/META-INF
parent08ab1577204f18b09ec78b60515224209903d974 (diff)
downloadcdo-46a51d27d7db53246054fd258e598d0c2f30576f.tar.gz
cdo-46a51d27d7db53246054fd258e598d0c2f30576f.tar.xz
cdo-46a51d27d7db53246054fd258e598d0c2f30576f.zip
[232648] Provide an HTTPConnector
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232648
Diffstat (limited to 'plugins/org.eclipse.net4j.http/META-INF')
-rw-r--r--plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF
index 908e4406ac..25c1270182 100644
--- a/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF
@@ -10,7 +10,9 @@ 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;bundle-version="[0.8.0,0.9.0)";visibility:=reexport
+ org.eclipse.net4j;bundle-version="[0.8.0,0.9.0)";visibility:=reexport,
+ org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)";resolution:=optional,
+ org.eclipse.equinox.http.servlet;bundle-version="[1.0.0,2.0.0)";resolution:=optional
Import-Package: javax.servlet;version="2.4.0";resolution:=optional,
javax.servlet.http;version="2.4.0";resolution:=optional,
org.apache.commons.httpclient;version="3.0.1";resolution:=optional,

Back to the top