Bug 506240: New "Copy Details" context menu item in Problems view throws
exceptions

- proposed patch removes unnecessary <dynamic> element in "Copy Details"
sub menu, introduced newly in 160802 - it was not used further or for
the functionality and is causing reported exception

Change-Id: Ic4d36f1eff04df999dd6af7f970ebbdbb66b3109
Signed-off-by: Martin Karpisek <martin.karpisek@gmail.com>
diff --git a/bundles/org.eclipse.ui.ide/plugin.xml b/bundles/org.eclipse.ui.ide/plugin.xml
index afe4466..1ace1ea 100644
--- a/bundles/org.eclipse.ui.ide/plugin.xml
+++ b/bundles/org.eclipse.ui.ide/plugin.xml
@@ -1780,10 +1780,6 @@
                   label="%command.copyMarkerResourceQualifiedName.label"
                   style="push">
             </command>
-            <dynamic
-                  class="org.eclipse.ui.ExtensionFactory:copyDetailsContribution"
-                  id="org.eclipse.ui.menus.dynamicCopyDetailsMenu">
-            </dynamic>   
          </menu>
          <command
                commandId="org.eclipse.ui.edit.delete">