From bb0524639240b63a84b7160037d99f0a54765716 Mon Sep 17 00:00:00 2001 From: "Dr. Mete Cirali" Date: Sun, 17 Nov 2024 13:32:07 +0100 Subject: [PATCH 1/2] Added Profile for Apple Silicon ARM64-Chips, changed deprecated and removed token 'tasks' in maven-antrun-plugin to 'target' --- pom.xml | 85 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 71e1f92..d3fabc5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 OpenXRechnungToolbox org.oxt - 3.0.1 + 3.1.0 OpenXRechnungToolbox This is the OpenXRechnungToolbox by Dr. Jan C. Thiele jar @@ -18,6 +18,7 @@ https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0.jar 4.6.1 + 3.127.0 4.4.2 1.18.24 @@ -85,13 +86,13 @@ zip install - + - + run @@ -185,14 +186,14 @@ zip install - + - + run @@ -284,13 +285,13 @@ zip install - + - + run @@ -381,13 +382,13 @@ zip install - + - + run @@ -420,13 +421,13 @@ zip install - + - + run @@ -459,13 +460,13 @@ zip install - + - + run @@ -498,13 +499,52 @@ zip install - + - + + + + run + + + + + + + + + + + + + mac_arm64 + + + org.eclipse.platform + org.eclipse.swt.cocoa.macosx.aarch64 + ${swt.version.aarch64} + + + + + + maven-antrun-plugin + + + zip + install + + + + + + + + run @@ -693,6 +733,11 @@ maven-eclipse-repo https://maven-eclipse.github.io/maven + + + mvnrepo + https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.swt.cocoa.macosx.aarch64 + @@ -709,7 +754,7 @@ copyresources package - + @@ -762,7 +807,7 @@ - + run @@ -775,9 +820,9 @@ copyjar install - + - + run @@ -812,4 +857,4 @@ - \ No newline at end of file + From 5513f7173bdf41892d58267ce1d6e49e36ea55b8 Mon Sep 17 00:00:00 2001 From: "Dr. Mete Cirali" Date: Sun, 17 Nov 2024 13:33:38 +0100 Subject: [PATCH 2/2] Added support for building Apple Silicon ARM64 profile --- build_all_archs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all_archs.bat b/build_all_archs.bat index 9eb7471..f184823 100644 --- a/build_all_archs.bat +++ b/build_all_archs.bat @@ -9,4 +9,4 @@ call mvn install -P linux_64bit REM call mvn install -P mac_32bit call mvn install -P mac_64bit - +call mvn install -P mac_arm64