File tree Expand file tree Collapse file tree 10 files changed +12
-18
lines changed
org.eclipse.swt.cocoa.macosx.aarch64/META-INF
org.eclipse.swt.cocoa.macosx.x86_64/META-INF
org.eclipse.swt.gtk.linux.x86_64/META-INF
org.eclipse.swt.win32.win32.aarch64/META-INF
org.eclipse.swt.win32.win32.x86_64/META-INF Expand file tree Collapse file tree 10 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,3 @@ SWT-WS: cocoa
2828SWT-OS : macosx
2929SWT-Arch : aarch64
3030Automatic-Module-Name : org.eclipse.swt.cocoa.macosx.aarch64
31- Provide-Capability : eclipse.swt.native;eclipse.swt.native=native
Original file line number Diff line number Diff line change @@ -28,4 +28,3 @@ SWT-WS: cocoa
2828SWT-OS : macosx
2929SWT-Arch : x86_64
3030Automatic-Module-Name : org.eclipse.swt.cocoa.macosx.x86_64
31- Provide-Capability : eclipse.swt.native;eclipse.swt.native=native
Original file line number Diff line number Diff line change @@ -33,4 +33,3 @@ SWT-WS: gtk
3333SWT-OS : linux
3434SWT-Arch : x86_64
3535Automatic-Module-Name : org.eclipse.swt.gtk.linux.x86_64
36- Provide-Capability : eclipse.swt.native;eclipse.swt.native=native
Original file line number Diff line number Diff line change @@ -32,4 +32,3 @@ SWT-WS: win32
3232SWT-OS : win32
3333SWT-Arch : aarch64
3434Automatic-Module-Name : org.eclipse.swt.win32.win32.aarch64
35- Provide-Capability : eclipse.swt.native;eclipse.swt.native=native
Original file line number Diff line number Diff line change @@ -32,4 +32,3 @@ SWT-WS: win32
3232SWT-OS : win32
3333SWT-Arch : x86_64
3434Automatic-Module-Name : org.eclipse.swt.win32.win32.x86_64
35- Provide-Capability : eclipse.swt.native;eclipse.swt.native=native
Original file line number Diff line number Diff line change 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 combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.win32.win32.x86_64" />
7- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.win32.win32.aarch64" />
8- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.gtk.linux.x86_64" />
9- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.gtk.linux.riscv64" />
10- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.gtk.linux.ppc64le" />
11- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.gtk.linux.loongarch64" />
12- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.gtk.linux.aarch64" />
13- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.cocoa.macosx.x86_64" />
14- <classpathentry combineaccessrules =" false" kind =" src" path =" /org.eclipse.swt.cocoa.macosx.aarch64" />
156 <classpathentry kind =" output" path =" bin" />
167</classpath >
Original file line number Diff line number Diff line change @@ -8,7 +8,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-17
88Fragment-Host : org.eclipse.swt
99Import-Package : com.github.weisj.jsvg;version="[1.7.0,2.0.0)",
1010 com.github.weisj.jsvg.geometry.size;version="[1.7.0,2.0.0)",
11- com.github.weisj.jsvg.parser;version="[1.7.0,2.0.0)",
12- org.eclipse.swt.internal.image
11+ com.github.weisj.jsvg.parser;version="[1.7.0,2.0.0)"
1312Export-Package : org.eclipse.swt.svg
14- Require-Capability : eclipse.swt.native;filter:="(eclipse.swt.native=native)"
Original file line number Diff line number Diff line change @@ -3,3 +3,11 @@ output.. = bin/
33bin.includes = META-INF/,\
44 .
55tycho.pomless.parent = ../../local-build/local-build-parent
6+ jars.extra.classpath = platform:/plugin/org.eclipse.swt.cocoa.macosx.aarch64,\
7+ platform:/plugin/org.eclipse.swt.cocoa.macosx.x86_64,\
8+ platform:/plugin/org.eclipse.swt.gtk.linux.aarch64,\
9+ platform:/plugin/org.eclipse.swt.gtk.linux.ppc64le,\
10+ platform:/plugin/org.eclipse.swt.gtk.linux.riscv64,\
11+ platform:/plugin/org.eclipse.swt.gtk.linux.x86_64,\
12+ platform:/plugin/org.eclipse.swt.win32.win32.aarch64,\
13+ platform:/plugin/org.eclipse.swt.win32.win32.x86_64
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Export-Package:
1515 org.eclipse.swt.dnd,
1616 org.eclipse.swt.events,
1717 org.eclipse.swt.graphics,
18+ org.eclipse.swt.internal;x-internal:=true,
19+ org.eclipse.swt.internal.image;x-internal:=true,
1820 org.eclipse.swt.layout,
1921 org.eclipse.swt.opengl,
2022 org.eclipse.swt.printing,
Original file line number Diff line number Diff line change 2828
2929 <properties >
3030 <tycho .scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.swt.git</tycho .scmUrl>
31- <tycho .version>4.0.12 -SNAPSHOT</tycho .version>
31+ <tycho .version>4.0.13 -SNAPSHOT</tycho .version>
3232 <os-jvm-flags ></os-jvm-flags >
3333
3434 <!-- for sonarcloud: -->
You can’t perform that action at this time.
0 commit comments