| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <plugin> |
| |
| <extension |
| point="org.eclipse.ltk.core.refactoring.renameParticipants"> |
| <renameParticipant |
| class="org.eclipse.tigerstripe.annotation.java.ui.internal.refactoring.RenameParticipant" |
| id="org.eclipse.tigerstripe.annotation.java.ui.refactoring.renameParticipant" |
| name="TAF JDT Rename Participant"> |
| <enablement/> |
| </renameParticipant> |
| </extension> |
| |
| <extension |
| point="org.eclipse.ltk.core.refactoring.moveParticipants"> |
| <moveParticipant |
| class="org.eclipse.tigerstripe.annotation.java.ui.internal.refactoring.MoveParticipant" |
| id="org.eclipse.tigerstripe.annotation.java.ui.refactoring.moveParticipant" |
| name="TAF JDT Move Participant"> |
| <enablement/> |
| </moveParticipant> |
| </extension> |
| |
| <extension |
| point="org.eclipse.ltk.core.refactoring.deleteParticipants"> |
| <deleteParticipant |
| class="org.eclipse.tigerstripe.annotation.java.ui.internal.refactoring.DeleteParticipant" |
| id="org.eclipse.tigerstripe.annotation.java.ui.refactoring.deleteParticipant" |
| name="TAF JDT Delete Participant"> |
| <enablement/> |
| </deleteParticipant> |
| </extension> |
| |
| <extension point="org.eclipse.ltk.core.refactoring.copyParticipants"> |
| <copyParticipant |
| class="org.eclipse.tigerstripe.annotation.java.ui.internal.refactoring.CopyParticipant" |
| id="org.eclipse.tigerstripe.annotation.java.ui.refactoring.CopyParticipant" |
| name="TAF JDT Copy Participant"> |
| <enablement/> |
| </copyParticipant> |
| </extension> |
| |
| <extension |
| point="org.eclipse.ui.startup"> |
| <startup class="org.eclipse.tigerstripe.annotation.java.ui.internal.refactoring.Startup"/> |
| </extension> |
| <extension |
| point="org.eclipse.tigerstripe.annotation.core.refactoringListeners"> |
| <listener |
| class="org.eclipse.tigerstripe.annotation.java.ui.refactoring.ResourceRefactoringSupport"> |
| </listener> |
| <listener |
| class="org.eclipse.tigerstripe.annotation.java.ui.refactoring.JavaRefactoringSupport"> |
| </listener> |
| </extension> |
| |
| </plugin> |