Skip to content

Commit cd9e134

Browse files
committed
Remove package export from SVG fragment
This removes the unnecessary package export for org.eclipse.swt.svg from the SVG fragment. It limits usage to the test bundle in which tests of the JSVG rasterizer class reference that class.
1 parent 1eabfa3 commit cd9e134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Fragment-Host: org.eclipse.swt
1111
Import-Package: com.github.weisj.jsvg;version="[2.0.0,3.0.0)",
1212
com.github.weisj.jsvg.parser;version="[2.0.0,3.0.0)",
1313
com.github.weisj.jsvg.view;version="[2.0.0,3.0.0)"
14-
Export-Package: org.eclipse.swt.svg
14+
Export-Package: org.eclipse.swt.svg;x-friends:="org.eclipse.swt.tests"
1515
Provide-Capability: eclipse.swt;image.format="svg";version:Version="1.0"

0 commit comments

Comments
 (0)