package net.sourceforge.phpeclipse.wizards;
-import java.lang.reflect.InvocationTargetException;
+//import java.lang.reflect.InvocationTargetException;
import net.sourceforge.phpdt.core.JavaCore;
-import net.sourceforge.phpdt.internal.ui.util.ExceptionHandler;
+//import net.sourceforge.phpdt.internal.ui.util.ExceptionHandler;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IProjectDescription;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.core.runtime.Platform;
-import org.eclipse.swt.widgets.Shell;
+//import org.eclipse.swt.widgets.Shell;
import org.eclipse.ui.INewWizard;
import org.eclipse.ui.dialogs.WizardNewProjectCreationPage;
import org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard;
addPage(phpProjPage);
}
- public void setInitializationData(IConfigurationElement cfig,
- String propertyName, Object data) {
- fConfigElement = cfig;
- }
+// public void setInitializationData(IConfigurationElement cfig,
+// String propertyName, Object data) {
+// fConfigElement = cfig;
+// }
protected void initializeDefaultPageImageDescriptor() {
// not used yet
selectAndReveal(phpProjPage.getProjectHandle());
}
- protected void handleFinishException(Shell shell,
- InvocationTargetException e) {
- ExceptionHandler.handle(e, getShell(), "Error title", "Error message");
- }
+// protected void handleFinishException(Shell shell,
+// InvocationTargetException e) {
+// ExceptionHandler.handle(e, getShell(), "Error title", "Error message");
+// }
public boolean performFinish() {
try {