Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF16
1 files changed, 14 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index ee7790a6..59100b32 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -17,7 +17,10 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.commons.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.context.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.resources.ui;bundle-version="[3.4.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="1.1.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="1.1.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="1.1.0";x-internal:=true
@@ -30,8 +33,17 @@ Import-Package: org.eclipse.egit.core;version="[1.1.0,1.2.0)",
org.eclipse.egit.github.core.util;version="[1.1.0,1.2.0)",
org.eclipse.egit.ui;version="[1.1.0,1.2.0)",
org.eclipse.egit.ui.internal;version="[1.1.0,1.2.0)",
+ org.eclipse.egit.ui.internal.branch;version="[1.1.0,1.2.0)",
+ org.eclipse.egit.ui.internal.commit;version="[1.1.0,1.2.0)",
+ org.eclipse.egit.ui.internal.fetch;version="[1.1.0,1.2.0)",
+ org.eclipse.egit.ui.internal.pull;version="[1.1.0,1.2.0)",
+ org.eclipse.jgit.errors;version="[1.1.0,1.2.0)",
org.eclipse.jgit.lib;version="[1.1.0,1.2.0)",
+ org.eclipse.jgit.revwalk;version="[1.1.0,1.2.0)",
org.eclipse.jgit.transport;version="[1.1.0,1.2.0)",
+ org.eclipse.jgit.treewalk;version="[1.1.0,1.2.0)",
+ org.eclipse.jgit.treewalk.filter;version="[1.1.0,1.2.0)",
org.eclipse.mylyn.internal.github.core;version="[1.1.0,1.2.0)",
org.eclipse.mylyn.internal.github.core.gist;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[1.1.0,1.2.0)"
+ org.eclipse.mylyn.internal.github.core.issue;version="[1.1.0,1.2.0)",
+ org.eclipse.mylyn.internal.github.core.pr;version="[1.1.0,1.2.0)"

Back to the top