Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-07-19 06:57:37 +0000
committerMathias Kinzler2010-07-20 08:07:49 +0000
commitb526fdd6e6f768faf4bfb0ec24a6af19869f3b66 (patch)
tree40790abe5ab21cbb23279b5a7de9d358bc37e932 /org.eclipse.egit.ui/META-INF/MANIFEST.MF
parent849f1a88b3c53adda056d8cc2934f6ec766affac (diff)
downloadegit-b526fdd6e6f768faf4bfb0ec24a6af19869f3b66.tar.gz
egit-b526fdd6e6f768faf4bfb0ec24a6af19869f3b66.tar.xz
egit-b526fdd6e6f768faf4bfb0ec24a6af19869f3b66.zip
Cleanup FilteredTree usages
Replaced the deprecated constructor with the new one after changing the dependency to eclipse.ui accordingly. The FilteredCheckboxTree was fixed (it used to render the controls twice) and used where possible (i.e. in the RepositorySearchDialog and in the GitProjectsImportPage). Test was adjusted as needed. Bug: 318536 Change-Id: Iecae0126bb3516d4e2427cbbabe3526479b22586 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index 5efd567ec3..f0357a4a12 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.net;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.team.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.team.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",

Back to the top