|
32 | 32 | import org.eclipse.core.resources.IWorkspaceRoot;
|
33 | 33 | import org.eclipse.core.resources.ResourcesPlugin;
|
34 | 34 | import org.eclipse.core.runtime.CoreException;
|
35 |
| -import org.eclipse.core.runtime.ICoreRunnable; |
36 | 35 | import org.eclipse.core.runtime.IPath;
|
37 | 36 | import org.eclipse.core.runtime.IProgressMonitor;
|
38 | 37 | import org.eclipse.core.runtime.IStatus;
|
|
41 | 40 | import org.eclipse.core.runtime.Platform;
|
42 | 41 | import org.eclipse.core.runtime.Status;
|
43 | 42 | import org.eclipse.core.runtime.SubMonitor;
|
44 |
| -import org.eclipse.core.runtime.jobs.IJobManager; |
45 |
| -import org.eclipse.core.runtime.jobs.Job; |
46 | 43 | import org.eclipse.core.runtime.preferences.IEclipsePreferences;
|
47 | 44 | import org.eclipse.core.runtime.preferences.InstanceScope;
|
48 |
| -import org.eclipse.ui.PlatformUI; |
49 | 45 | import org.eclipse.ui.actions.WorkspaceModifyOperation;
|
50 | 46 |
|
51 | 47 | import io.sloeber.core.Activator;
|
@@ -648,7 +644,7 @@ protected void execute(IProgressMonitor internalMonitor) throws CoreException {
|
648 | 644 | Common.log(new Status(IStatus.INFO, io.sloeber.core.Activator.getId(),
|
649 | 645 | "Project creation failed: " + newProjectHandle.getName(), e)); //$NON-NLS-1$
|
650 | 646 | }
|
651 |
| - Common.log(new Status(Const.SLOEBER_STATUS_DEBUG, Activator.getId(),"internal creation of project is done: "+newProjectHandle.getName())); |
| 647 | + Common.log(new Status(Const.SLOEBER_STATUS_DEBUG, Activator.getId(),"internal creation of project is done: "+newProjectHandle.getName())); //$NON-NLS-1$ |
652 | 648 | }
|
653 | 649 | };
|
654 | 650 |
|
|
0 commit comments