added xml, xsd, wsdl, dtd to the xml perspective new wizard short cut
diff --git a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
index 0a64b8d..78d860d 100644
--- a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
@@ -13,7 +13,6 @@
  org.eclipse.debug.ui,
  org.eclipse.search,
  org.eclipse.ui.navigator.resources,
- org.eclipse.wst.common.ui,
  org.eclipse.wst.xml.xpath.ui
 Eclipse-LazyStart: true
 Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.wst.xsl.ui/src/org/eclipse/wst/xml/internal/perspective/XMLPerspectiveFactory.java b/bundles/org.eclipse.wst.xsl.ui/src/org/eclipse/wst/xml/internal/perspective/XMLPerspectiveFactory.java
index 8616c7a..ea3f875 100644
--- a/bundles/org.eclipse.wst.xsl.ui/src/org/eclipse/wst/xml/internal/perspective/XMLPerspectiveFactory.java
+++ b/bundles/org.eclipse.wst.xsl.ui/src/org/eclipse/wst/xml/internal/perspective/XMLPerspectiveFactory.java
@@ -53,6 +53,11 @@
 		bottom.addView(IConsoleConstants.ID_CONSOLE_VIEW);
 		bottom.addView("org.eclipse.wst.common.snippets.internal.ui.SnippetsView");
 		
+		layout.addNewWizardShortcut("org.eclipse.wst.xml.ui.internal.wizards.NewXMLWizard");
+		layout.addNewWizardShortcut("org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard");
+		layout.addNewWizardShortcut("org.eclipse.wst.xsd.ui.internal.wizards.NewXSDWizard");
+		layout.addNewWizardShortcut("org.eclipse.wst.wsdl.ui");
+		
 	}
 	
 	private void addShortCutViews(IPageLayout layout) {