Author: akazakov
Date: 2009-05-13 07:34:09 -0400 (Wed, 13 May 2009)
New Revision: 15240
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4274
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2009-05-13
10:37:36 UTC (rev 15239)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2009-05-13
11:34:09 UTC (rev 15240)
@@ -666,9 +666,23 @@
id="org.hibernate.eclipse.launch.core.refactoring.RenameResourceParticipant"
name="Launch Configurations resource rename updates">
<enablement>
- <with variable="element">
- <instanceof
value="org.eclipse.core.resources.IResource"/>
- </with>
+ <and>
+ <or>
+ <with variable="processorIdentifier">
+ <equals
+ value="org.eclipse.jdt.ui.renameJavaProjectProcessor">
+ </equals>
+ </with>
+ <with variable="processorIdentifier">
+ <equals
+ value="org.eclipse.ltk.core.refactoring.renameResourceProcessor">
+ </equals>
+ </with>
+ </or>
+ <with variable="element">
+ <instanceof
value="org.eclipse.core.resources.IResource"/>
+ </with>
+ </and>
</enablement>
</renameParticipant>
<renameParticipant
@@ -822,4 +836,4 @@
</colorDefinition>
</extension>
-->
-</plugin>
+</plugin>
\ No newline at end of file