Bug 372424 - [menus] Skip All Breakpoints tool is not in a logical
place in the toolbar.

Moved breakpointGroup to the front of run/debug toolbar.
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 00b9305..3cce269 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -666,6 +666,10 @@
                 id="org.eclipse.debug.ui.main.toolbar"
                 label="%DebugActionSet.label">
              <separator
+                   name="breakpointGroup"
+                   visible="true">
+             </separator>
+             <separator
                    name="threadGroup"
                    visible="true">
              </separator>
@@ -693,10 +697,6 @@
                    name="renderGroup"
                    visible="false">
              </separator>
-             <separator
-                   name="breakpointGroup"
-                   visible="true">
-             </separator>
           </toolbar>
        </menuContribution>
    </extension>