import net.sourceforge.phpdt.internal.ui.actions.ActionMessages;
import net.sourceforge.phpdt.internal.ui.util.ExceptionHandler;
+import net.sourceforge.phpdt.ui.JavaUI;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
import org.eclipse.core.resources.ResourcesPlugin;
else
input = ResourcesPlugin.getWorkspace().getRoot();
try {
- workbench.showPerspective(PHPeclipsePlugin.ID_PERSPECTIVE, window,
+ workbench.showPerspective(JavaUI.ID_PERSPECTIVE, window,
input);
} catch (WorkbenchException e) {
ExceptionHandler