Re-structure LTTng sub-project as per the Linux Tools guidelines
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / parsers / custom / CustomTxtTraceContext.java
index 3fac6ae810d30b1efe11b15ec1891baf51c57202..7c56eb296adc9e0b707893b6a5817affc2dc9fd4 100644 (file)
@@ -15,9 +15,9 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 import java.io.IOException;\r
 import java.util.regex.Matcher;\r
 \r
-import org.eclipse.linuxtools.tmf.io.BufferedRandomAccessFile;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.io.BufferedRandomAccessFile;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition.InputLine;\r
 \r
 public class CustomTxtTraceContext extends TmfContext {\r
This page took 0.023689 seconds and 5 git commands to generate.