|
From: <caw...@us...> - 2007-07-23 19:30:39
|
Revision: 2822
http://svn.sourceforge.net/rubyeclipse/?rev=2822&view=rev
Author: cawilliams
Date: 2007-07-23 12:30:39 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
fix some of the plugin.xml stuff
Modified Paths:
--------------
trunk/org.rubypeople.rdt.refactoring/plugin.xml
Modified: trunk/org.rubypeople.rdt.refactoring/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.refactoring/plugin.xml 2007-07-23 19:30:33 UTC (rev 2821)
+++ trunk/org.rubypeople.rdt.refactoring/plugin.xml 2007-07-23 19:30:39 UTC (rev 2822)
@@ -298,7 +298,7 @@
<objectContribution
id="org.rubypeople.rdt.refactoring.refactoringContext"
- objectClass="org.rubypeople.rdt.internal.core.RubyLocalVar">
+ objectClass="org.rubypeople.rdt.internal.core.LocalVariable">
<action
class="org.rubypeople.rdt.refactoring.action.ConvertTempToFieldAction"
id="org.rubypeople.rdt.refactoring.action.ConvertTempToFieldAction"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|