Skip to content

Commit a3a6f5f

Browse files
committed
Add JSVG bundle to SDK tests feature
The SVG fragment needs to be available in SDK tests product as SWT tests require that fragment and the SDK does not currently not include it. The transitive dependency to the JSVG bundle has been missing and is added by this change.
1 parent d325f35 commit a3a6f5f

File tree

1 file changed

+4
-0
lines changed
  • eclipse.platform.releng/features/org.eclipse.sdk.tests

1 file changed

+4
-0
lines changed

eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,8 @@
391391
id="org.eclipse.swt.svg"
392392
version="0.0.0"/>
393393

394+
<plugin
395+
id="com.github.weisj.jsvg"
396+
version="0.0.0"/>
397+
394398
</feature>

0 commit comments

Comments
 (0)