From 12eaea115b02d756e0a5db8b9524e578bb4b43fd Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Wed, 26 Apr 2017 09:26:43 -0400 Subject: [PATCH] analysis: package call graph icon Otherwise the icon is not available in RCP or upon installation of the plug-in. Change-Id: I565dfbc91febb4be1f4ab6b343431c6d83ca3aa8 Signed-off-by: Bernd Hufmann Reviewed-on: https://git.eclipse.org/r/95797 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- .../build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/analysis/org.eclipse.tracecompass.analysis.timing.core/build.properties b/analysis/org.eclipse.tracecompass.analysis.timing.core/build.properties index 17be6b6ea6..decf69fef3 100644 --- a/analysis/org.eclipse.tracecompass.analysis.timing.core/build.properties +++ b/analysis/org.eclipse.tracecompass.analysis.timing.core/build.properties @@ -13,7 +13,8 @@ bin.includes = META-INF/,\ plugin.properties,\ .,\ about.html,\ - plugin.xml + plugin.xml,\ + icons/ additional.bundles = org.eclipse.jdt.annotation jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation src.includes = about.html -- 2.34.1