tmf: add test to check if views are populated in a given perspective
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / src / org / eclipse / linuxtools / internal / lttng2 / kernel / ui / views / PerspectiveFactory.java
index 3dfb9e2c95476d66f7c9d2afb82c84bab32e6b05..67629ddaadc55570819d8e79359c0c9e73835145 100644 (file)
@@ -28,7 +28,7 @@ import org.eclipse.ui.IPerspectiveFactory;
 public class PerspectiveFactory implements IPerspectiveFactory {
 
     /** Perspective ID */
-    public static final String ID = "org.eclipse.linuxtools.lttng2.ui.perspective"; //$NON-NLS-1$
+    public static final String ID = "org.eclipse.linuxtools.lttng2.kernel.ui.perspective"; //$NON-NLS-1$
 
     // LTTng views
     private static final String HISTOGRAM_VIEW_ID = HistogramView.ID;
This page took 0.024798 seconds and 5 git commands to generate.