Bug 547720 - Update minimum SWT requirement for JFace due to API removal
from Bug 475833

Requires update in SWT first.

Via Bug 475833 we removed TableTree from SWT. The current process is
that for scheduled and planned deletions we do not increase the major
version.

But the new JFace should require at least the latest SWT as it also was
adjusted to not support the TableTree widget anymore.


Change-Id: I1dc1e638682e47bd09002eb137df0b1e4a9a495c
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.jface/META-INF/MANIFEST.MF b/bundles/org.eclipse.jface/META-INF/MANIFEST.MF
index 267c38e..208300a 100644
--- a/bundles/org.eclipse.jface/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jface/META-INF/MANIFEST.MF
@@ -34,7 +34,7 @@
  org.eclipse.jface.window,
  org.eclipse.jface.wizard,
  org.eclipse.jface.wizard.images
-Require-Bundle: org.eclipse.swt;bundle-version="[3.104.0,4.0.0)";visibility:=reexport,
+Require-Bundle: org.eclipse.swt;bundle-version="[3.111.0,4.0.0)";visibility:=reexport,
  org.eclipse.core.commands;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
  org.eclipse.equinox.common;bundle-version="[3.3.0,4.0.0)",
  org.eclipse.equinox.bidi;bundle-version="[0.10.0,2.0.0)";resolution:=optional