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 / CustomXmlTraceContext.java
index f74b0687c181add8fc1acc26e95ed0c9d070eaee..9af06b6139728af478a1b3f92fb35e08b8228c02 100644 (file)
@@ -14,9 +14,9 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 \r
 import java.io.IOException;\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
 \r
 public class CustomXmlTraceContext extends TmfContext {\r
     public BufferedRandomAccessFile raFile;\r
This page took 0.025972 seconds and 5 git commands to generate.