org.symbian.tools.wrttools/plugin.xml
changeset 348 4cd68ab4c1f2
parent 319 40387cc658b4
child 353 7d239d0853b9
--- a/org.symbian.tools.wrttools/plugin.xml	Fri Jun 04 16:25:50 2010 -0700
+++ b/org.symbian.tools.wrttools/plugin.xml	Mon Jun 07 10:50:23 2010 -0700
@@ -883,5 +883,27 @@
     <inferenceProvider
           class="org.symbian.tools.wrttools.core.libraries.jsdt.PhoneGapInferrenceProvider">
     </inferenceProvider>
+ </extension>
+ <extension
+       point="org.eclipse.ltk.core.refactoring.renameParticipants">
+    <renameParticipant
+          class="org.symbian.tools.wrttools.core.project.ProjectRenameParticipant"
+          id="org.symbian.tools.wrttools.renameParticipant1"
+          name="WRT Projects Rename Participant">
+    <enablement>
+      <with variable="affectedNatures">
+        <iterate operator="or">
+          <equals value="org.symbian.tools.wrttools.WidgetProjectNature"/>
+        </iterate>
+      </with>
+      <with variable="element">
+         <adapt
+               type="org.eclipse.core.resources.IProject">
+         </adapt>
+        
+      </with>
+    </enablement>
+          
+    </renameParticipant>
  </extension>
 </plugin>