Skip to content

Commit 5f245cc

Browse files
committed
Mark exported org.eclipse.swt.internal package as internal
Fixes few API errors reported after 2ca0b37
1 parent 56c8df6 commit 5f245cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Export-Package:
1515
org.eclipse.swt.dnd,
1616
org.eclipse.swt.events,
1717
org.eclipse.swt.graphics,
18-
org.eclipse.swt.internal,
18+
org.eclipse.swt.internal;x-internal:=true,
1919
org.eclipse.swt.internal.image;x-internal:=true,
2020
org.eclipse.swt.layout,
2121
org.eclipse.swt.opengl,

0 commit comments

Comments
 (0)