Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 0cfaef2717a4c9ad3f835b54cef12a6ad71c503e (plain) (tree)
1
2
3
4

                                      

                                                                            




















                                                                                              
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
     <extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
      <renameParticipant
            class="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant"
            id="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant"
            name="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant">
         <enablement>
           <with variable="element">
             <instanceof value="org.eclipse.ltk.core.refactoring.tests.participants.Element"/>
           </with>
         </enablement>
      </renameParticipant>
      <renameParticipant
            class="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant2"
            id="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant2"
            name="org.eclipse.ltk.core.refactoring.tests.participants.FailingParticipant2">
         <enablement>
           <with variable="element">
             <instanceof value="org.eclipse.ltk.core.refactoring.tests.participants.Element"/>
           </with>
         </enablement>
      </renameParticipant>
   </extension>
</plugin>

Back to the top