[nobug] add a wizard shortcut for JSP files to the Web perspective (but not the toolbar)
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.xml b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
index 0931535..46fedcb 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
@@ -853,6 +853,11 @@
        </handler>
 	</extension>
 	
+	<extension point="org.eclipse.ui.perspectiveExtensions">
+        <perspectiveExtension targetID="org.eclipse.wst.web.ui.webDevPerspective">
+            <newWizardShortcut id="org.eclipse.jst.jsp.ui.internal.wizard.NewJSPWizard"/>
+        </perspectiveExtension> 
+	</extension>
 	
 	<!-- JSP Fragment Property Page -->
 	<extension point="org.eclipse.ui.propertyPages">