org.symbian.tools.wrttools/plugin.xml
changeset 348 4cd68ab4c1f2
parent 319 40387cc658b4
child 353 7d239d0853b9
equal deleted inserted replaced
347:6c48d84d3490 348:4cd68ab4c1f2
   882        point="org.eclipse.wst.jsdt.core.inferrenceSupport">
   882        point="org.eclipse.wst.jsdt.core.inferrenceSupport">
   883     <inferenceProvider
   883     <inferenceProvider
   884           class="org.symbian.tools.wrttools.core.libraries.jsdt.PhoneGapInferrenceProvider">
   884           class="org.symbian.tools.wrttools.core.libraries.jsdt.PhoneGapInferrenceProvider">
   885     </inferenceProvider>
   885     </inferenceProvider>
   886  </extension>
   886  </extension>
       
   887  <extension
       
   888        point="org.eclipse.ltk.core.refactoring.renameParticipants">
       
   889     <renameParticipant
       
   890           class="org.symbian.tools.wrttools.core.project.ProjectRenameParticipant"
       
   891           id="org.symbian.tools.wrttools.renameParticipant1"
       
   892           name="WRT Projects Rename Participant">
       
   893     <enablement>
       
   894       <with variable="affectedNatures">
       
   895         <iterate operator="or">
       
   896           <equals value="org.symbian.tools.wrttools.WidgetProjectNature"/>
       
   897         </iterate>
       
   898       </with>
       
   899       <with variable="element">
       
   900          <adapt
       
   901                type="org.eclipse.core.resources.IProject">
       
   902          </adapt>
       
   903         
       
   904       </with>
       
   905     </enablement>
       
   906           
       
   907     </renameParticipant>
       
   908  </extension>
   887 </plugin>
   909 </plugin>