Skip to content

Commit a3cc110

Browse files
committed
Stop reexporting SWT spies from swt.tools bundle
The o.e.swt.tools* bundles have 2 completely different roles. They used to live in the same bundle back in the days and these reexports were added to preserve backward compatibility. If we want to progress with #2068 we have to finally make the separation clearer. Note that the swt.tools feature still include both.
1 parent c76cd99 commit a3cc110

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.29.0",
1212
org.eclipse.core.resources;bundle-version="3.4.0",
1313
org.eclipse.jdt.core;bundle-version="3.4.0",
1414
org.eclipse.ui;bundle-version="3.4.0",
15-
org.eclipse.jface.text;bundle-version="3.4.0",
16-
org.eclipse.swt.tools.base;bundle-version="3.106.0";visibility:=reexport,
17-
org.eclipse.swt.tools.spies;bundle-version="3.106.0";visibility:=reexport
15+
org.eclipse.jface.text;bundle-version="3.4.0"
1816
Automatic-Module-Name: org.eclipse.swt.tools

0 commit comments

Comments
 (0)