Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF7
1 files changed, 5 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 0bbc0057..469f552e 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -11,5 +11,8 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="1.0.0";x-friends
org.eclipse.mylyn.internal.github.core.issue;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui"
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)",
- org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)"
+ org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
+Import-Package: org.eclipse.egit.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.client;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.service;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.github.core.util;version="[1.0.0,1.1.0)"

Back to the top