tmf.core: add statistics icon
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 21 Sep 2016 19:35:18 +0000 (15:35 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 23 Sep 2016 13:33:39 +0000 (09:33 -0400)
Change-Id: Ia7dbbb70567b916c0e32a438979b6beab2132455
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81629
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.core/build.properties
tmf/org.eclipse.tracecompass.tmf.core/icons/statistics.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@2x.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@4x.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/plugin.xml

index 7bebb2899e3299488d44908723e5ad7e3f4e84e8..7f6cdae34af1d31850deff27a9deb96b12b2b360 100644 (file)
@@ -18,7 +18,8 @@ bin.includes = META-INF/,\
                about.html,\
                .,\
                plugin.xml,\
-               schema/
+               schema/,\
+               icons/
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
diff --git a/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics.png b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics.png
new file mode 100644 (file)
index 0000000..095a5fa
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@2x.png b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@2x.png
new file mode 100644 (file)
index 0000000..cff84f9
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@2x.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@4x.png b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@4x.png
new file mode 100644 (file)
index 0000000..6eeaa13
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.core/icons/statistics@4x.png differ
index b620162525d2f18cf3ae61c1f0f0bf3d7a9e4f92..f3dd3891e83bdab0f2517bd1542585cb39c4afb2 100644 (file)
@@ -19,6 +19,7 @@
       <module
             analysis_module="org.eclipse.tracecompass.tmf.core.statistics.TmfStatisticsModule"
             automatic="true"
+            icon="icons/statistics.png"
             id="org.eclipse.linuxtools.tmf.core.statistics.analysis"
             name="Tmf Statistics">
          <tracetype
This page took 0.028094 seconds and 5 git commands to generate.