|
From: David C. <dc...@us...> - 2005-09-03 19:05:16
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27402 Modified Files: plugin.xml Log Message: * Added TaskList to views associated with Ruby Perspective * Be sure Ruby projects have a RubyBuilder when plugin is loaded. * 'test tool' for odd parser bug. Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/plugin.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** plugin.xml 17 Aug 2005 17:41:33 -0000 1.58 --- plugin.xml 3 Sep 2005 19:05:07 -0000 1.59 *************** *** 156,159 **** --- 156,160 ---- <viewShortcut id="org.eclipse.ui.console.ConsoleView"/> <viewShortcut id="org.eclipse.ui.views.ProblemView"/> + <viewShortcut id="org.eclipse.ui.views.TaskList"/> <viewShortcut id="org.rubypeople.rdt.ui.views.RIView"/> <perspectiveShortcut id="org.eclipse.ui.resourcePerspective" /> |