graph.core: add Critical Path Icon
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 22 Sep 2016 18:56:47 +0000 (14:56 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 23 Sep 2016 13:34:25 +0000 (09:34 -0400)
Change-Id: I929b4e29d14cf2e6e3e97544561b8e0a2657bf9b
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81727
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
analysis/org.eclipse.tracecompass.analysis.graph.core/build.properties
analysis/org.eclipse.tracecompass.analysis.graph.core/icons/critical-path.png [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core/plugin.xml

index 438b71892ba1143541194666a4be291f0bd0864b..587596d5844a908d9adb842db75ee8f588a71548 100644 (file)
@@ -16,7 +16,8 @@ bin.includes = META-INF/,\
                plugin.properties,\
                .,\
                plugin.xml,\
-               about.html
+               about.html,\
+               icons/
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
 src.includes = about.html
diff --git a/analysis/org.eclipse.tracecompass.analysis.graph.core/icons/critical-path.png b/analysis/org.eclipse.tracecompass.analysis.graph.core/icons/critical-path.png
new file mode 100644 (file)
index 0000000..0ef6ebe
Binary files /dev/null and b/analysis/org.eclipse.tracecompass.analysis.graph.core/icons/critical-path.png differ
index 8c7a04084c4944245d4c42279ebe7c5f1eb7072b..909bb21de49dcd273dfff7f73a186631ba886403 100644 (file)
@@ -5,6 +5,7 @@
          point="org.eclipse.linuxtools.tmf.core.analysis">
       <module
             analysis_module="org.eclipse.tracecompass.analysis.graph.core.criticalpath.CriticalPathModule"
+            icon="icons/critical-path.png"
             id="org.eclipse.tracecompass.analysis.graph.core.criticalpath"
             name="Critical Path">
          <parameter
This page took 0.025166 seconds and 5 git commands to generate.