From 998f0303f20b41fdec2d4136008ca16ce94b9564 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Wed, 22 Nov 2023 16:22:39 +0100 Subject: [PATCH] Add missing output specifications in build.properties --- bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties | 1 + bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties | 1 + bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties | 1 + bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties | 1 + bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties | 1 + bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties | 1 + bundles/org.eclipse.swt.win32.win32.x86_64/build.properties | 1 + 7 files changed, 7 insertions(+) diff --git a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties index 3b26aa7b3f..8a11f1f414 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties @@ -13,4 +13,5 @@ custom = true bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties index 3b26aa7b3f..8a11f1f414 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties @@ -13,4 +13,5 @@ custom = true bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties index a53575507c..d2564d7576 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties @@ -12,4 +12,5 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties b/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties index b93ee5cb97..137de79c15 100644 --- a/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties @@ -12,4 +12,5 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties index c95ff76da1..b7c42f3e43 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties @@ -12,4 +12,5 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties index 6f99aecc20..4bf435aef2 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties @@ -13,4 +13,5 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties b/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties index a16a971141..4268ab277a 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties @@ -13,4 +13,5 @@ custom = true bin.includes = .,*.dll,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/