TMF: Create an analysis listener for the outputs defined in extension point
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / Activator.java
index d864998ab4a4bfcb1b20649aedf990d8851124e7..fae189a683553767140ba31e1ff8c6a6c212e3c6 100644 (file)
@@ -84,8 +84,8 @@ public class Activator extends Plugin {
         TmfCoreTracer.init();
         /* Initialize the trace manager */
         TmfTraceManager.getInstance();
-        /* Initialize the analysis module sources */
-        TmfAnalysisManager.initializeModuleSources();
+        /* Initialize the analysis manager */
+        TmfAnalysisManager.initialize();
     }
 
     @Override
This page took 0.023798 seconds and 5 git commands to generate.