|
From: <caw...@us...> - 2007-07-23 19:30:37
|
Revision: 2821
http://svn.sourceforge.net/rubyeclipse/?rev=2821&view=rev
Author: cawilliams
Date: 2007-07-23 12:30:33 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
fix some of the plugin.xml stuff
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/plugin.xml
Modified: trunk/org.rubypeople.rdt.ui/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.ui/plugin.xml 2007-07-23 18:53:51 UTC (rev 2820)
+++ trunk/org.rubypeople.rdt.ui/plugin.xml 2007-07-23 19:30:33 UTC (rev 2821)
@@ -830,11 +830,11 @@
id="org.rubypeople.rdt.ui.actions.Open">
</action>
<action
- definitionId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy"
+ definitionId="org.rubypeople.rdt.ui.edit.text.ruby.open.type.hierarchy"
label="%OpenTypeHierarchyAction.label"
retarget="true"
menubarPath="navigate/open.ext"
- id="org.eclipse.jdt.ui.actions.OpenTypeHierarchy">
+ id="org.rubypeople.rdt.ui.actions.OpenTypeHierarchy">
</action>
</actionSet>
</extension>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|