Fixed bug 487593: GTK: Remove Ctrl+Shift+V as keybinding for the Display command
diff --git a/org.eclipse.jdt.debug.ui/plugin.xml b/org.eclipse.jdt.debug.ui/plugin.xml
index f755402..4eb9ece 100644
--- a/org.eclipse.jdt.debug.ui/plugin.xml
+++ b/org.eclipse.jdt.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <!--
-     Copyright (c) 2005, 2015 IBM Corporation and others.
+     Copyright (c) 2005, 2016 IBM Corporation and others.
      All rights reserved. This program and the accompanying materials
      are made available under the terms of the Eclipse Public License v1.0
      which accompanies this distribution, and is available at
@@ -2748,12 +2748,6 @@
             contextId="org.eclipse.ui.contexts.dialogAndWindow"
             commandId="org.eclipse.jdt.debug.ui.commands.Display"
             schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-      <key
-      		platform="gtk"
-            sequence="M1+M2+V"
-            contextId="org.eclipse.ui.contexts.dialogAndWindow"
-            commandId="org.eclipse.jdt.debug.ui.commands.Display"
-            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
 	  <key
             sequence="M1+M2+I"
             contextId="org.eclipse.ui.contexts.dialogAndWindow"