|
From: <mba...@us...> - 2006-08-13 18:52:52
|
Revision: 1561 Author: mbarchfe Date: 2006-08-13 11:52:46 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1561&view=rev Log Message: ----------- designker patch: removed cheatsheet extension point from plugin.xml, updated WebServices.xml Modified Paths: -------------- trunk/org.rubypeople.rdt/cheatsheets/WebServices.xml Modified: trunk/org.rubypeople.rdt/cheatsheets/WebServices.xml =================================================================== --- trunk/org.rubypeople.rdt/cheatsheets/WebServices.xml 2006-08-09 13:23:55 UTC (rev 1560) +++ trunk/org.rubypeople.rdt/cheatsheets/WebServices.xml 2006-08-13 18:52:46 UTC (rev 1561) @@ -15,10 +15,9 @@ Click on the help button if you don't know how to do that. </description> </item> <item title="Switch to Ruby Perspective"> - <!-- Fix missing class - <action pluginId="org.rubypeople.rdt.debug.ui" - class="org.rubypeople.rdt.internal.cheatsheets.webservice.OpenRubyPerspectiveAction"/> ---> + <command + serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.rubypeople.rdt.ui.PerspectiveRuby)"> + </command> <description> Use the "Click to Perform" button to open the ruby perspective. This can also be done manually by choosing "Window->Open Perspective->Other..." from the main menu and selecting This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |