|
From: <mba...@us...> - 2006-08-13 18:55:06
|
Revision: 1563 Author: mbarchfe Date: 2006-08-13 11:54:53 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1563&view=rev Log Message: ----------- designker patch: removed cheatsheet extension point from plugin.xml, updated WebServices.xml Modified Paths: -------------- trunk/org.rubypeople.rdt.debug.ui/plugin.xml Removed Paths: ------------- trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/cheatsheets/webservice/ Modified: trunk/org.rubypeople.rdt.debug.ui/plugin.xml =================================================================== --- trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2006-08-13 18:53:45 UTC (rev 1562) +++ trunk/org.rubypeople.rdt.debug.ui/plugin.xml 2006-08-13 18:54:53 UTC (rev 1563) @@ -266,17 +266,6 @@ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> </extension> - <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent"> - <category name="Ruby" id="org.rubypeople.rdt.cheatsheet.category"> - </category> - <cheatsheet name="%cheatsheet.webservices.name" - category="org.rubypeople.rdt.cheatsheet.category" - contentFile="$nl$/cheatsheets/WebServices.xml" - id="org.rubypeople.rdt.cheatsheets.webservices"> - <description>%cheatsheet.webservices.desc</description> - </cheatsheet> - </extension> - <extension point="org.rubypeople.rdt.ui.editorPopupExtender"> <rubyEditorPopupMenuExtension class="org.rubypeople.rdt.internal.debug.ui.RubyEditorPopupMenuExtension"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |