Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-12-29 23:36:25 +0000
committerMatthias Sohn2011-12-29 23:36:25 +0000
commit7478f4aab6a1fb6e203ea2493edc114005321cfb (patch)
tree07732723016476e6541029b1dac084aed657dfc0
parenta2271105529c1d7605639b48984371aea5db48e7 (diff)
downloadegit-github-7478f4aab6a1fb6e203ea2493edc114005321cfb.tar.gz
egit-github-7478f4aab6a1fb6e203ea2493edc114005321cfb.tar.xz
egit-github-7478f4aab6a1fb6e203ea2493edc114005321cfb.zip
Remove no longer needed dependency to org.apache.http
Change-Id: I2b903ff24608e37a5b5c0f4f47ed604ba198d155 Signed-off-by: Matthias Sohn <matthias.sohn@sap.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 0796aba5..5c4e971c 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -13,8 +13,7 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="1.3.0";x-friends
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
-Import-Package: org.apache.http;version="[4.1.0,5.0.0)",
- org.eclipse.egit.core;version="[1.3.0,1.4.0)",
+Import-Package: org.eclipse.egit.core;version="[1.3.0,1.4.0)",
org.eclipse.egit.github.core;version="[1.3.0,1.4.0)",
org.eclipse.egit.github.core.client;version="[1.3.0,1.4.0)",
org.eclipse.egit.github.core.service;version="[1.3.0,1.4.0)",

Back to the top