|
From: Markus B. <mba...@us...> - 2006-09-06 18:53:24
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26873 Modified Files: Tag: SRB_0-8-1 plugin.xml Log Message: added categoryID Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/plugin.xml,v retrieving revision 1.48 retrieving revision 1.48.2.1 diff -C2 -d -r1.48 -r1.48.2.1 *** plugin.xml 4 Feb 2006 11:48:35 -0000 1.48 --- plugin.xml 6 Sep 2006 18:53:19 -0000 1.48.2.1 *************** *** 288,293 **** </extension> <extension point="org.eclipse.ui.commands"> ! <command name="Inspect Template" ! id="org.rubypeople.rdt.debug.ui.TemplateInspectCommand"/> </extension> --- 288,295 ---- </extension> <extension point="org.eclipse.ui.commands"> ! <command ! categoryId="org.eclipse.debug.ui.category.run" ! id="org.rubypeople.rdt.debug.ui.TemplateInspectCommand" ! name="Inspect Template"/> </extension> *************** *** 313,315 **** </actionSet> </extension> ! </plugin> \ No newline at end of file --- 315,317 ---- </actionSet> </extension> ! </plugin> |