package net.sourceforge.phpeclipse.phpunit;
import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IPluginDescriptor;
+//import org.eclipse.core.runtime.IPluginDescriptor;
import org.eclipse.jface.dialogs.IDialogSettings;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jface.resource.ImageRegistry;
/**
* @param descriptor
*/
- public PHPUnitPlugin(IPluginDescriptor descriptor) {
-
- super(descriptor);
-
- plugin = this;
-
- }
+// public PHPUnitPlugin(IPluginDescriptor descriptor) {
+//
+// super(descriptor);
+//
+// plugin = this;
+//
+// }
public static PHPUnitPlugin getDefault() {
return plugin;