Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-13 01:43:28 +0000
committerKevin Sawicki2011-05-13 01:43:28 +0000
commit455d98c75c285abe3c4c020de75816f248f4c6da (patch)
treea1519e0f893e9393f8d3dc342d3183a7653245e7
parentc6629c1d7efb3938b89413b890d3871eb4b7bac8 (diff)
downloadegit-github-455d98c75c285abe3c4c020de75816f248f4c6da.tar.gz
egit-github-455d98c75c285abe3c4c020de75816f248f4c6da.tar.xz
egit-github-455d98c75c285abe3c4c020de75816f248f4c6da.zip
Remove httpcomponents dependency from mylyn core plug-in.
All HTTP dependencies are now in the github core plug-in Change-Id: Ifb4b58ea0048a593eba3fdebd11143b22ea4bac3 Signed-off-by: Kevin Sawicki <kevin@github.com>
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index f01e6266..1721cbc7 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -8,8 +8,7 @@ Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.github.internal;x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.gist;x-friends:="org.eclipse.mylyn.github.ui"
-Require-Bundle: org.apache.httpcomponents.httpclient;bundle-version="4.1.0",
- org.eclipse.core.runtime;bundle-version="3.5.0",
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
org.eclipse.egit.github.core;bundle-version="0.1.0"

Back to the top