Refactoring: move all code needing the workbench from eclipse.ui to eclipse.ui.workbe...
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / src / org / argeo / eclipse / ui / workbench / commands / OpenEditor.java
index f6e57c36850384592984a033e2f1f21d0319d9d5..123f089b84d70ee8d0eb0e37b43f72c916adc80b 100644 (file)
 package org.argeo.eclipse.ui.workbench.commands;
 
 import org.argeo.ArgeoException;
-import org.argeo.eclipse.ui.jcr.editors.JcrQueryEditorInput;
-import org.argeo.eclipse.ui.jcr.editors.NodeEditorInput;
 import org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin;
 import org.argeo.eclipse.ui.workbench.jcr.GenericJcrQueryEditor;
 import org.argeo.eclipse.ui.workbench.jcr.DefaultNodeEditor;
+import org.argeo.eclipse.ui.workbench.jcr.internal.parts.JcrQueryEditorInput;
+import org.argeo.eclipse.ui.workbench.jcr.internal.parts.NodeEditorInput;
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;