alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

     <extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
      <renameParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantShared"
            name="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantShared"
            id="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantShared">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </renameParticipant>
      <renameParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantSingle"
            name="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantSingle"
            id="org.eclipse.jdt.ui.tests.refactoring.TestRenameParticipantSingle">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </renameParticipant>
   </extension>
   <extension point="org.eclipse.ltk.core.refactoring.moveParticipants">
      <moveParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantShared"
            name="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantShared"
            id="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantShared">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </moveParticipant>
       <moveParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantSingle"
            name="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantSingle"
            id="org.eclipse.jdt.ui.tests.refactoring.TestMoveParticipantSingle">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </moveParticipant>
   </extension>
   <extension point="org.eclipse.ltk.core.refactoring.createParticipants">
      <createParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantShared"
            name="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantShared"
            id="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantShared">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </createParticipant>
      <createParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantSingle"
            name="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantSingle"
            id="org.eclipse.jdt.ui.tests.refactoring.TestCreateParticipantSingle">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </createParticipant>
   </extension>
   <extension point="org.eclipse.ltk.core.refactoring.deleteParticipants">
      <deleteParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantShared"
            name="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantShared"
            id="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantShared">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </deleteParticipant>
       <deleteParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantSingle"
            name="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantSingle"
            id="org.eclipse.jdt.ui.tests.refactoring.TestDeleteParticipantSingle">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </deleteParticipant>
   </extension>
   <extension point="org.eclipse.ltk.core.refactoring.copyParticipants">
      <copyParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantShared"
            name="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantShared"
            id="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantShared"> 
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.core.resources.mapping.ResourceMapping"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </copyParticipant>
      <copyParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantSingle"
            name="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantSingle"
            id="org.eclipse.jdt.ui.tests.refactoring.TestCopyParticipantSingle">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
           <with variable="element">
             <or>
               <instanceof value="org.eclipse.core.resources.IResource"/>
               <instanceof value="org.eclipse.core.resources.mapping.ResourceMapping"/>
               <instanceof value="org.eclipse.jdt.core.IJavaElement"/>
             </or>
           </with>
         </enablement>
      </copyParticipant>
   </extension>
   <extension point="org.eclipse.jdt.core.manipulation.changeMethodSignatureParticipants">
      <changeMethodSignatureParticipant
            class="org.eclipse.jdt.ui.tests.refactoring.TestChangeMethodSignaturParticipant"
            name="org.eclipse.jdt.ui.tests.refactoring.TestChangeMethodSignataturParticipant"
            id="org.eclipse.jdt.ui.tests.refactoring.TestChangeMethodSignataturParticipant">
         <enablement>
           <with variable="affectedNatures">
             <iterate operator="or">
               <equals value="org.eclipse.jdt.core.javanature"/>
             </iterate>
           </with>
         </enablement>
      </changeMethodSignatureParticipant>
   </extension>
   <extension
         id="modelProvider"
         name="TestModelProvider"
         point="org.eclipse.core.resources.modelProviders">
      <modelProvider
            class="org.eclipse.jdt.ui.tests.refactoring.TestModelProvider"/>
      <extends-model id="org.eclipse.core.resources.modelProvider"/>
      <enablement>
          <test property="org.eclipse.core.resources.projectNature" value="org.eclipse.jdt.core.javanature" />
      </enablement>
   </extension>
   <extension point="org.eclipse.team.core.repository">
   	<repository
   		  id="org.eclipse.jdt.ui.tests.refactoring.refactoringTestRepositoryProvider"
          class="org.eclipse.jdt.ui.tests.refactoring.infra.RefactoringTestRepositoryProvider">
   	</repository>
   
   
   </extension>
   
</plugin>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.