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 / views / project / dialogs / NewLTTngProjectWizard.java
index b7113bc1b0bd495a26ef9614b6f10ed831cb8026..ed0a21f1552dee200da93322adabce227183af75 100644 (file)
@@ -17,9 +17,9 @@ package org.eclipse.linuxtools.lttng.ui.views.project.dialogs;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.IProjectDescription;
 import org.eclipse.core.runtime.CoreException;
-import org.eclipse.linuxtools.lttng.LTTngProjectNature;
-import org.eclipse.linuxtools.lttng.TraceHelper;
-import org.eclipse.linuxtools.tmf.TmfProjectNature;
+import org.eclipse.linuxtools.lttng.core.LTTngProjectNature;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
+import org.eclipse.linuxtools.tmf.core.TmfProjectNature;
 import org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard;
 
 /**
This page took 0.02697 seconds and 5 git commands to generate.