Re-structure LTTng sub-project as per the Linux Tools guidelines
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / tracecontrol / wizards / TraceConfigurationPage.java
index 96e9d63950bc90bb92dc5d95e00ba5cb8fcecc22..8b0b5510f65b8c9755d42e319f53b2c4a779f326 100644 (file)
@@ -15,9 +15,9 @@ package org.eclipse.linuxtools.lttng.ui.tracecontrol.wizards;
 import java.io.File;\r
 \r
 import org.eclipse.jface.wizard.WizardPage;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.subsystems.TraceSubSystem;\r
This page took 0.025546 seconds and 5 git commands to generate.