import java.lang.reflect.InvocationTargetException;
import net.sourceforge.phpdt.core.JavaCore;
+import net.sourceforge.phpdt.ui.actions.OpenPHPPerspectiveAction;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
import org.eclipse.core.resources.IProject;
BasicNewProjectResourceWizard.updatePerspective(configurationElement);
selectAndReveal(newProject);
-
+ // open the PHP perspective
+ new OpenPHPPerspectiveAction().run();
return true;
}