From ef9c39a281118ed53a151f1e7207fe7c13875a5a Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Mon, 27 Apr 2020 08:40:29 +0200 Subject: Bug 508611 - Make tests run in official build Include the resources directory in the binary build. Change-Id: Ib26faeb65d4098b3765d87e4b5b11a81eb60dd83 Signed-off-by: Thomas Wolf --- bundles/org.eclipse.equinox.common.tests/build.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.equinox.common.tests/build.properties b/bundles/org.eclipse.equinox.common.tests/build.properties index 4fc272d0b..d1cf490fe 100644 --- a/bundles/org.eclipse.equinox.common.tests/build.properties +++ b/bundles/org.eclipse.equinox.common.tests/build.properties @@ -4,5 +4,6 @@ bin.includes = META-INF/,\ .,\ test.xml,\ Plugin_Testing/,\ - plugin.xml, \ - about.html + plugin.xml,\ + about.html,\ + resources/ -- cgit v1.2.3