import net.sourceforge.phpeclipse.PHPeclipsePlugin;
import org.eclipse.core.resources.IWorkspace;
-import org.eclipse.core.runtime.IPluginDescriptor;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.jface.dialogs.ErrorDialog;
public static final String PLUGIN_ID = "net.sourceforge.phpeclipse.debug.ui"; //$NON-NLS-1$
protected static PHPDebugUiPlugin plugin;
- public PHPDebugUiPlugin(IPluginDescriptor descriptor) {
- super(descriptor);
+ public PHPDebugUiPlugin() {
+ super();
plugin = this;
}