<menu
label="%RunMenu.label"
path="additions"
id="org.eclipse.ui.run">
<separator
name="stepGroup">
</separator>
<groupMarker
name="stepIntoGroup">
</groupMarker>
<groupMarker
name="stepOverGroup">
</groupMarker>
<groupMarker
name="stepReturnGroup">
</groupMarker>
<groupMarker
name="emptyStepGroup">
</groupMarker>
</menu>
i want to have one more action in the Run menu of the eclipse. So i was trying to understand the plugin.xml file, in which i found these lines. So can any one explain me what does these lines mean?
thanks.