|
From: <caw...@us...> - 2007-04-27 13:17:26
|
Revision: 2377
http://svn.sourceforge.net/rubyeclipse/?rev=2377&view=rev
Author: cawilliams
Date: 2007-04-27 06:17:25 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
create the menu path that ModifyCatchpoint refers to
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui/plugin.xml
Modified: trunk/org.rubypeople.rdt.debug.ui/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-04-27 13:17:07 UTC (rev 2376)
+++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2007-04-27 13:17:25 UTC (rev 2377)
@@ -290,6 +290,12 @@
id="org.rubypeople.rdt.debug.ui.RDTDebugActionSet"
label="Ruby Debug"
visible="true">
+ <menu
+ id="org.eclipse.ui.run"
+ label="Run"
+ path="additions">
+ <separator name="breakpointGroup"/>
+ </menu>
<action
definitionId="org.rubypeople.rdt.debug.ui.commands.ModifyCatchpoint"
label="%modifyCatchpoint.label"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|