From 5792d85f335f220964f4c1af94525d3ef6b6f575 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Mon, 4 Apr 2022 15:21:59 +0200 Subject: profile order no longer has effects on build closes #62 --- pdf-over-gui/pom.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'pdf-over-gui') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 0e201cca..0911b518 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -473,14 +473,16 @@ - - linux-64 + linux - linux + linux + + no-native-profile + !true + org.eclipse.swt.gtk.linux.x86_64 @@ -495,6 +497,10 @@ windows + + no-native-profile + !true + org.eclipse.swt.win32.win32.x86_64 @@ -503,9 +509,6 @@ windows - - - mac @@ -549,9 +552,13 @@ mac-64-2 - mac os x + mac x86_64 + + no-native-profile + !true + org.eclipse.swt.cocoa.macosx.x86_64 @@ -559,12 +566,16 @@ - mac-64-3 + mac-aarch64 - mac os x + mac aarch64 + + no-native-profile + !true + org.eclipse.swt.cocoa.macosx.aarch64 -- cgit v1.2.3