diff --git a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties index deeffc986..17fe25dfb 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx.aarch64/build.properties @@ -14,6 +14,7 @@ custom = true bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent 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 9c5ef7a84..2bac39c27 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties @@ -14,6 +14,7 @@ custom = true bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties index c93202353..20745a295 100644 --- a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties @@ -13,6 +13,7 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent diff --git a/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties b/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties index 601c2ee21..d977dae31 100644 --- a/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties @@ -13,6 +13,7 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties index 840bc03d2..2a6504f74 100644 --- a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties @@ -13,6 +13,7 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent 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 5c07bf10b..f6ef162b4 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties @@ -14,6 +14,7 @@ custom = true bin.includes = .,*.so,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent 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 784476625..250a18140 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties @@ -14,6 +14,7 @@ custom = true bin.includes = .,*.dll,about_files/,about.html,fragment.properties bin.excludes = library/ source.. = src/ +output.. = bin/ src.includes = about.html,about_files/ tycho.pomless.parent=../binaries-parent