Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-17 23:04:00 +0000
committerMatthias Sohn2011-06-17 23:04:00 +0000
commit2f05e8b9963d8f0bc3f0fd6e572056f893ee2ff7 (patch)
tree5bd9174931268f84304251a47666e6a64fa788e1 /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parent1db18b1cba2333d452d603e9a75fbaf3dd7c7277 (diff)
downloadegit-github-2f05e8b9963d8f0bc3f0fd6e572056f893ee2ff7.tar.gz
egit-github-2f05e8b9963d8f0bc3f0fd6e572056f893ee2ff7.tar.xz
egit-github-2f05e8b9963d8f0bc3f0fd6e572056f893ee2ff7.zip
Use package dependencies for internal dependencies
Change-Id: I151c07f2bd2eb55e66d17053d7ba48a8c4507e4a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF20
1 files changed, 14 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 5b90f41b..2b04a0d8 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -11,19 +11,27 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.github.core;bundle-version="[1.0.0,1.1.0)",
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.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.egit.core;bundle-version="[1.0.0,1.1.0)",
- org.eclipse.jgit;bundle-version="[1.0.0,1.1.0)",
- org.eclipse.egit.ui;bundle-version="[1.0.0,1.1.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)"
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="1.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="1.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="1.0.0";x-internal:=true
Bundle-ActivationPolicy: lazy
+Import-Package: org.eclipse.egit.core;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.core.op;version="[1.0.0,1.1.0)",
+ 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)",
+ org.eclipse.egit.ui;version="[1.0.0,1.1.0)",
+ org.eclipse.egit.ui.internal;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.lib;version="[1.0.0,1.1.0)",
+ org.eclipse.jgit.transport;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[1.0.0,1.1.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[1.0.0,1.1.0)"

Back to the top