Skip to content

Commit ae2bb1d

Browse files
akoch-yattaHeikoKlare
authored andcommitted
Move SVG rasterizer service to source folder
With the SVG rasterizer contributed as separate project to SWT, running pure Java Snippets did not work out of the box, when the SVG project was added to the workspace. This commit moves the service provider configuration into a separate source folder so it will be properly initialized in this use case as well.
1 parent 9f078fc commit ae2bb1d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

bundles/org.eclipse.swt.svg/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6+
<classpathentry kind="src" path="resources"/>
67
<classpathentry kind="output" path="bin"/>
78
</classpath>

bundles/org.eclipse.swt.svg/build.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
#
1111
# Contributors:
1212
# Michael Bangas (Vector Informatik GmbH) - initial API and implementation
13+
# Andreas Koch (Yatta Solutions GmbH) - add resources to source
1314
###############################################################################
14-
source.. = src/
15+
source.. = src/,\
16+
resources/
1517
output.. = bin/
1618
bin.includes = META-INF/,\
1719
.,\
File renamed without changes.

0 commit comments

Comments
 (0)