ust: add icon for debug info analysis
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 21 Sep 2016 19:59:29 +0000 (15:59 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 23 Sep 2016 13:33:22 +0000 (09:33 -0400)
Change-Id: Idf4a64f5650b4191cca65f3b1e55a6e8bb7fca9b
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81632
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.ust.core/build.properties
lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc.png [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc@2x.png [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.ust.core/plugin.xml

index 244c9d8e3efa2e54a79c05c3358966706de484a5..3a97bf73db64f45791464db492b1047f61894235 100644 (file)
@@ -16,7 +16,8 @@ bin.includes = META-INF/,\
                .,\
                about.html,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               icons/
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc.png b/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc.png
new file mode 100644 (file)
index 0000000..5356ce7
Binary files /dev/null and b/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc.png differ
diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc@2x.png b/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc@2x.png
new file mode 100644 (file)
index 0000000..daecc31
Binary files /dev/null and b/lttng/org.eclipse.tracecompass.lttng2.ust.core/icons/debug_exc@2x.png differ
index 69df9279f1ed7e5ebe23031060ef6767dcd2002c..396695631e518b05ed9b6dd6e7567ee55e41e285 100644 (file)
@@ -25,6 +25,7 @@
       <module
             analysis_module="org.eclipse.tracecompass.lttng2.ust.core.analysis.debuginfo.UstDebugInfoAnalysisModule"
             automatic="true"
+            icon="icons/debug_exc.png"
             id="org.eclipse.linuxtools.lttng2.ust.analysis.debuginfo"
             name="Debug Info">
          <tracetype
This page took 0.026473 seconds and 5 git commands to generate.