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 Stepper2010-05-07 10:08:39 +0000
committerEike Stepper2010-05-07 10:08:39 +0000
commite3fbd09aae5488ee3eac0f4d14414c440c263cfc (patch)
tree059804116289a754b37df9fb3b91ff23c0fab9b1 /plugins/org.eclipse.net4j.http/META-INF
parent8915a13c4446aa7fb6a8ce46bdd002402af4aa2a (diff)
downloadcdo-e3fbd09aae5488ee3eac0f4d14414c440c263cfc.tar.gz
cdo-e3fbd09aae5488ee3eac0f4d14414c440c263cfc.tar.xz
cdo-e3fbd09aae5488ee3eac0f4d14414c440c263cfc.zip
API Baseline
Diffstat (limited to 'plugins/org.eclipse.net4j.http/META-INF')
-rw-r--r--plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF2
1 files changed, 1 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 8bccb02781..1a6eb7a7ef 100644
--- a/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.http/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)";resoluti
Import-Package: org.apache.commons.codec;version="[1.3.0,2.0.0)",
org.apache.commons.httpclient;version="[3.0.0,4.0.0)",
org.apache.commons.httpclient.methods;version="[3.0.0,4.0.0)",
- org.apache.commons.logging;version="[1.0.0,2.0.0)";resolution:=optional
+ org.apache.commons.logging;version="[1.0.0,2.0.0)"
Export-Package: org.eclipse.net4j.http;version="3.0.0",
org.eclipse.net4j.internal.http;version="3.0.0";x-friends:="org.eclipse.net4j.http.tests,org.eclipse.net4j.defs",
org.eclipse.net4j.internal.http.bundle;version="3.0.0";x-internal:=true

Back to the top