diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml index 558ca05e01..cad226d338 100644 --- a/bundles/binaries-parent/pom.xml +++ b/bundles/binaries-parent/pom.xml @@ -28,8 +28,8 @@ forceContextQualifier gets updated during build input process using ant script /bundles/org.eclipse.swt/buildInternal.xml --> - v20221207-0524 + ${buildId} @@ -66,28 +66,47 @@ normal initialize + + run + + + + natives + process-resources run + + + + + + + + + + + + swtdownload package + + run + - + - - run - @@ -106,6 +125,17 @@ ant-apache-bsf 1.10.12 + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + diff --git a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml index 549df4111a..e2dd5a24ff 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml +++ b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml @@ -28,42 +28,7 @@ macosx cocoa aarch64 - ${buildId} - - - - build-natives - - - - native - cocoa.macosx.aarch64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml index 9f4d637c1c..136ccb125b 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml @@ -28,42 +28,7 @@ macosx cocoa x86_64 - ${buildId} - - - - build-natives - - - - native - cocoa.macosx.x86_64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml index f935a37ec5..4c58234f2a 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml @@ -28,42 +28,7 @@ linux gtk aarch64 - ${buildId} install - - - - build-natives - - - - native - gtk.linux.aarch64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.gtk.linux.loongarch64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.loongarch64/pom.xml index 655ba7f789..40929a901b 100644 --- a/bundles/org.eclipse.swt.gtk.linux.loongarch64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.loongarch64/pom.xml @@ -28,42 +28,7 @@ linux gtk loongarch64 - ${buildId} install - - - - build-natives - - - - native - gtk.linux.loongarch64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml index 839dc2a72b..d61d697b4a 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml @@ -28,42 +28,7 @@ linux gtk ppc64le - ${buildId} install - - - - build-natives - - - - native - gtk.linux.ppc64le - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml index 533a7e91d2..461893fa7d 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml @@ -28,42 +28,7 @@ linux gtk x86_64 - ${buildId} install - - - - build-natives - - - - native - gtk.linux.x86_64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - - diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml index eacbb7e880..0f05f93b29 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml @@ -28,42 +28,7 @@ win32 win32 x86_64 - ${buildId} x86_64 all install - - - - build-natives - - - - native - win32.win32.x86_64 - - - - - - maven-antrun-plugin - - - natives - process-resources - - - - - - - run - - - - - - - -