Skip to content

Commit

Permalink
Moving TabFolderLayout into SWT to have a single copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepika-u committed Oct 24, 2024
1 parent b29e97a commit 63d3f21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
2 changes: 1 addition & 1 deletion ui/org.eclipse.pde.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Require-Bundle:
org.eclipse.ui.views;bundle-version="[3.12.100,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.24.200,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.17.200,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.17.100,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.19.0,4.0.0)",
org.eclipse.debug.ui;bundle-version="[3.18.200,4.0.0)",
org.eclipse.jdt.core;bundle-version="[3.36.0,4.0.0)",
org.eclipse.jdt.debug.ui;bundle-version="[3.13.200,4.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.eclipse.pde.internal.ui.editor.text.ColorManager;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.TabFolderLayout;
import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
Expand Down

This file was deleted.

0 comments on commit 63d3f21

Please sign in to comment.