Author: dazarov
Date: 2009-12-07 08:59:39 -0500 (Mon, 07 Dec 2009)
New Revision: 19078
Modified:
trunk/common/plugins/org.jboss.tools.common.el.ui/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-5232
Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/plugin.xml 2009-12-07 13:43:12 UTC
(rev 19077)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/plugin.xml 2009-12-07 13:59:39 UTC
(rev 19078)
@@ -15,20 +15,13 @@
<renameParticipant
class="org.jboss.tools.common.el.ui.refactoring.RenameMethodParticipant"
id="org.jboss.tools.common.el.ui.refactoring.RenameMethodParticipant"
- name="seam-RenameMethodParticipant">
+ name="el-RenameMethodParticipant">
<enablement>
- <with
- variable="element">
+ <with variable="element">
<or>
- <instanceof
- value="org.eclipse.jdt.core.IMethod">
- </instanceof>
+ <instanceof value="org.eclipse.jdt.core.IMethod"/>
+ <instanceof value="org.eclipse.jdt.core.IType"/>
</or>
- <or>
- <instanceof
- value="org.eclipse.jdt.core.IType">
- </instanceof>
- </or>
</with>
</enablement>
</renameParticipant>