Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2020-04-27 06:40:29 +0000
committerThomas Wolf2020-04-27 06:41:09 +0000
commitef9c39a281118ed53a151f1e7207fe7c13875a5a (patch)
tree592a52a40a8fa1f42d74036b26cb5b86f457f489
parentf44b238483c2573851a0486a3381c441aff28b0e (diff)
downloadrt.equinox.bundles-I20200427-1800.tar.gz
rt.equinox.bundles-I20200427-1800.tar.xz
rt.equinox.bundles-I20200427-1800.zip
Include the resources directory in the binary build. Change-Id: Ib26faeb65d4098b3765d87e4b5b11a81eb60dd83 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r--bundles/org.eclipse.equinox.common.tests/build.properties5
1 files 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/

Back to the top