Remove undefined keyBinding from refactor menus
diff --git a/bundles/org.eclipse.wst.xsd.ui/plugin.xml b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
index 3209a6b..28cbd0c 100644
--- a/bundles/org.eclipse.wst.xsd.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
@@ -246,11 +246,6 @@
 			categoryId="org.eclipse.ui.category.edit"
 			id="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal">
 		</command>
-		<keyBinding 
-			contextId="org.eclipse.wst.xsd.ui.text.editor.context"
-			commandId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal"
-			keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
-		</keyBinding>
 	</extension>
 	
    <extension point="org.eclipse.ui.commands">
@@ -259,11 +254,6 @@
 			categoryId="org.eclipse.ui.category.edit"
 			id="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal">
 		</command>
-		<keyBinding 
-			contextId="org.eclipse.wst.xsd.ui.text.editor.context"
-			commandId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal"
-			keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
-		</keyBinding>
 	</extension>
    
     <!--extension