Skip to content

Commit 5d62615

Browse files
committed
[FIXUP] More on fixing the build
1 parent d828240 commit 5d62615

File tree

10 files changed

+12
-18
lines changed

10 files changed

+12
-18
lines changed

binaries/org.eclipse.swt.cocoa.macosx.aarch64/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ SWT-WS: cocoa
2828
SWT-OS: macosx
2929
SWT-Arch: aarch64
3030
Automatic-Module-Name: org.eclipse.swt.cocoa.macosx.aarch64
31-
Provide-Capability: eclipse.swt.native;eclipse.swt.native=native

binaries/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ SWT-WS: cocoa
2828
SWT-OS: macosx
2929
SWT-Arch: x86_64
3030
Automatic-Module-Name: org.eclipse.swt.cocoa.macosx.x86_64
31-
Provide-Capability: eclipse.swt.native;eclipse.swt.native=native

binaries/org.eclipse.swt.gtk.linux.x86_64/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ SWT-WS: gtk
3333
SWT-OS: linux
3434
SWT-Arch: x86_64
3535
Automatic-Module-Name: org.eclipse.swt.gtk.linux.x86_64
36-
Provide-Capability: eclipse.swt.native;eclipse.swt.native=native

binaries/org.eclipse.swt.win32.win32.aarch64/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ SWT-WS: win32
3232
SWT-OS: win32
3333
SWT-Arch: aarch64
3434
Automatic-Module-Name: org.eclipse.swt.win32.win32.aarch64
35-
Provide-Capability: eclipse.swt.native;eclipse.swt.native=native

binaries/org.eclipse.swt.win32.win32.x86_64/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ SWT-WS: win32
3232
SWT-OS: win32
3333
SWT-Arch: x86_64
3434
Automatic-Module-Name: org.eclipse.swt.win32.win32.x86_64
35-
Provide-Capability: eclipse.swt.native;eclipse.swt.native=native

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,5 @@
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>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Fragment-Host: org.eclipse.swt
99
Import-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)"
1312
Export-Package: org.eclipse.swt.svg
14-
Require-Capability: eclipse.swt.native;filter:="(eclipse.swt.native=native)"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ output.. = bin/
33
bin.includes = META-INF/,\
44
.
55
tycho.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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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: -->

0 commit comments

Comments
 (0)