Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Guarinoni2014-05-25 21:13:49 +0000
committerDani Megert2014-05-28 08:12:31 +0000
commit2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014 (patch)
treedfbe718b99d58913fea68af0f9b1517b0a52407d /org.eclipse.debug.ui/build.properties
parentcbe18f3104ab788e828ead636f1e3b47f253c283 (diff)
downloadeclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.tar.gz
eclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.tar.xz
eclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.zip
Provide resonable defaults for syntax color of Debug views in Dark themeI20140528-0830I20140528-0800
Bug 435721 Change-Id: I0c9ae1b25d643d15f2cd426bd4603e03ccd0f63a Signed-off-by: Andrea Guarinoni <andrea.guarinoni@gmail.com> Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
Diffstat (limited to 'org.eclipse.debug.ui/build.properties')
-rw-r--r--org.eclipse.debug.ui/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/build.properties b/org.eclipse.debug.ui/build.properties
index 297665d65..204324de6 100644
--- a/org.eclipse.debug.ui/build.properties
+++ b/org.eclipse.debug.ui/build.properties
@@ -14,8 +14,8 @@ bin.includes = icons/,\
.,\
about.html,\
META-INF/,\
- .options
-
+ .options,\
+ css
source.. = ui/
src.includes = about.html,\
schema/

Back to the top