Skip to content

Commit cb8da0c

Browse files
committed
Moving TabFolderLayout into SWT to have a single copy.
Fixes eclipse-platform/eclipse.platform.swt#1317
1 parent e428655 commit cb8da0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)";resolution:=op
3131
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
3232
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
3333
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
34-
org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
34+
org.eclipse.ui.editors;bundle-version="[3.19.0,4.0.0)";resolution:=optional,
3535
org.apache.ant;bundle-version="1.9.4",
3636
org.eclipse.ant.core;bundle-version="[3.2.0,4.0.0)",
3737
org.eclipse.core.filesystem;bundle-version="[1.0.0,2.0.0)",

team/bundles/org.eclipse.compare/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.206.0,4.0.0)",
2121
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
2222
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
2323
org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
24-
org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",
24+
org.eclipse.ui.editors;bundle-version="[3.19.0,4.0.0)",
2525
org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)",
2626
org.eclipse.compare.core;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
2727
org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)";resolution:=optional

ua/org.eclipse.help.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Export-Package: org.eclipse.help.ui,
1818
org.eclipse.help.ui.internal.util;x-friends:="org.eclipse.ua.tests",
1919
org.eclipse.help.ui.internal.views;x-friends:="org.eclipse.ui.cheatsheets,org.eclipse.ua.tests"
2020
Require-Bundle: org.eclipse.help.base;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
21-
org.eclipse.ui;bundle-version="[3.206.0,4.0.0)";visibility:=reexport,
21+
org.eclipse.ui;bundle-version="[3.206.200,4.0.0)";visibility:=reexport,
2222
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)";visibility:=reexport,
2323
org.eclipse.ui.forms;bundle-version="[3.5.0,4.0.0)"
2424
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)