Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-04-22 22:27:29 +0000
committerChris Aniszczyk2011-05-06 00:16:15 +0000
commit513669caf8449908e845159eb8623177da0aec4f (patch)
treea657da40b3ac640ce40c7f4bc3c85b911705926b /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parente27e1f65f4145d0340815294907af3bfd45a0e3a (diff)
downloadegit-github-513669caf8449908e845159eb8623177da0aec4f.tar.gz
egit-github-513669caf8449908e845159eb8623177da0aec4f.tar.xz
egit-github-513669caf8449908e845159eb8623177da0aec4f.zip
Add clone gist handler messages and dependencies
Change-Id: I3249fe3bc7ba4d3e6f26fe7ea2454ec2f4475e4f Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 446427b1..c69b4a55 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -17,6 +17,10 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.mylyn.tasks.core,
org.eclipse.ui.ide;bundle-version="3.5.0",
org.eclipse.mylyn.commons.ui;bundle-version="3.4.0",
- org.eclipse.core.resources;bundle-version="3.5.0"
+ org.eclipse.core.resources;bundle-version="3.5.0",
+ org.eclipse.egit.core;bundle-version="0.12.0",
+ org.eclipse.jgit;bundle-version="0.12.0",
+ org.eclipse.egit.ui;bundle-version="0.12.0",
+ org.eclipse.core.expressions;bundle-version="3.4.0"
Export-Package: org.eclipse.mylyn.github.ui.internal;x-internal:=true
Bundle-ActivationPolicy: lazy

Back to the top