From 70c99aa842363af95bd6d7208cca31e5cbec197c Mon Sep 17 00:00:00 2001 From: Matthew Khouzam Date: Wed, 14 Dec 2016 16:11:44 -0500 Subject: [PATCH] tmf.ui: fix state system explorer ID MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It now matches the plugin.xml's ID Change-Id: I56d99447c9bd41ed10cfdf41aa285f33647f1236 Signed-off-by: Matthew Khouzam Reviewed-on: https://git.eclipse.org/r/87179 Reviewed-by: Hudson CI Reviewed-by: Marc-André Laperle Tested-by: Marc-André Laperle --- .../.settings/.api_filters | 9 +++++++++ .../tmf/ui/views/statesystem/TmfStateSystemExplorer.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/.settings/.api_filters b/tmf/org.eclipse.tracecompass.tmf.ui/.settings/.api_filters index ca53076501..accb5887aa 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/.settings/.api_filters +++ b/tmf/org.eclipse.tracecompass.tmf.ui/.settings/.api_filters @@ -16,4 +16,13 @@ + + + + + + + + + diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java index 88a4719b2a..3810c53555 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java @@ -39,7 +39,7 @@ import org.eclipse.ui.IActionBars; public class TmfStateSystemExplorer extends TmfView { /** The Environment View's ID */ - public static final String ID = "org.eclipse.linuxtools.tmf.ui.views.ssview"; //$NON-NLS-1$ + public static final String ID = "org.eclipse.linuxtools.tmf.ui.views.ssvisualizer"; //$NON-NLS-1$ private static final Image FILTER_IMAGE = Activator.getDefault().getImageFromPath( File.separator + "icons" + File.separator + "elcl16" + File.separator + "filter_items.gif"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ -- 2.34.1