Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-07-08 23:06:09 +0000
committerMatthias Sohn2014-07-08 23:54:52 +0000
commitba28856a2f6ed0a85004aca2c7cf977876913bfb (patch)
tree6e590cf8fbdd03ce6a4b87ed4f04041f7467038e /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parent0689daeaaa2f82bfdf8100a13ffebbb7cce393cd (diff)
downloadegit-github-ba28856a2f6ed0a85004aca2c7cf977876913bfb.tar.gz
egit-github-ba28856a2f6ed0a85004aca2c7cf977876913bfb.tar.xz
egit-github-ba28856a2f6ed0a85004aca2c7cf977876913bfb.zip
Fix dependency to FilteredCheckboxTree
FilteredCheckboxTree was moved to another package in 7384f0318 EGit-Dependency: I3437704d644f6a6473626a3f19d7c6a235e11e22 Change-Id: I8fb2d42e3b9d981e30ec6f000d8e7c84911b956a 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.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 0165cc13..48b94b94 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -37,6 +37,7 @@ Import-Package: org.eclipse.egit.core;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal.branch;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal.commit;version="[3.5.0,3.6.0)",
+ org.eclipse.egit.ui.internal.components;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal.fetch;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal.provisional.wizards;version="[3.5.0,3.6.0)",
org.eclipse.egit.ui.internal.pull;version="[3.5.0,3.6.0)",

Back to the top