]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Removed unwanted and broken toolbar contributions 72/272/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 17 Jan 2017 14:59:42 +0000 (16:59 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 17 Jan 2017 15:15:41 +0000 (17:15 +0200)
These innocent toolbar menuContribution extensions seem to have been the
cause of the ConcurrentModificationException that came from inside
Eclipse code when this plug-in was in use and the Eclipse platform
version used was 4.5.2. It didn't happen on 4.5.1.

refs #6980

Change-Id: I279c1693ffa6bed1cec1400b3d9ec0f6f7189e3f

bundles/winterwell.markdown/plugin.xml

index 8d043e7887c0eb8e53c080e4899fd16d30561850..8a46380181e55d9d4ef8bf70c97271c0a05cfbf3 100644 (file)
@@ -26,6 +26,7 @@
       
    </extension>
    
+   <!--
    <extension
          point="org.eclipse.ui.menus">
       <menuContribution
@@ -58,6 +59,7 @@
          </toolbar>
       </menuContribution>
    </extension>
+   -->
    <extension
          point="org.eclipse.ui.commands">
       <command