Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-12-04 13:51:21 +0000
committerKarsten Thoms2017-12-13 07:45:50 +0000
commitbbea4cb9c2fb9736cd006d65b5e68af872636b22 (patch)
treeea3d275f2ce82bb868259ebb68219d96c699e995
parentc34658ad0772b45e10e221823a9e16d68f572b9e (diff)
downloadeclipse.platform.ui-bbea4cb9c2fb9736cd006d65b5e68af872636b22.tar.gz
eclipse.platform.ui-bbea4cb9c2fb9736cd006d65b5e68af872636b22.tar.xz
eclipse.platform.ui-bbea4cb9c2fb9736cd006d65b5e68af872636b22.zip
Bug 528091 - Include folder CSS in binary build
Change-Id: Ib352605adf25137c778ee06f9506a81f7136a268 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--tests/org.eclipse.ui.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.ui.tests/build.properties b/tests/org.eclipse.ui.tests/build.properties
index 57d5a4625e4..e087e731978 100644
--- a/tests/org.eclipse.ui.tests/build.properties
+++ b/tests/org.eclipse.ui.tests/build.properties
@@ -21,5 +21,6 @@ bin.includes = icons/,\
plugin.xml,\
test.xml,\
META-INF/,\
- dialog_settings.xml
+ dialog_settings.xml,\
+ CSS/
src.includes = about.html

Back to the top