Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Copy participant for projects?
Copy participant for projects? [message #1376555] Fri, 23 May 2014 13:15
Dennis Stampfer is currently offline Dennis StampferFriend
Messages: 23
Registered: April 2013
Junior Member
Hi,

I need to implement a copy participant for a project. I have succeeded with a rename participant (extending RenameParticipant) on projects and on CopyParticipant on files. However, the CopyParticipant is not called on a project copy. Is this the standard behaviour and how can I get my CopyParticipant called on a project copy?


<extension
         point="org.eclipse.ltk.core.refactoring.copyParticipants">
      <copyParticipant
            class="org.xxx.projectCopyParticipant"
            id="org.xxx.projectCopyParticipant"
            name="xxxProjectCopy">
         <enablement></enablement>
      </copyParticipant>
   </extension>


Thanks,
Dennis
Previous Topic:Defining auto-start and Start Level during feature installation
Next Topic:Can't get a simple popup menu to work
Goto Forum:
  


Current Time: Tue Apr 23 07:56:12 GMT 2024

Powered by FUDForum. Page generated in 0.03158 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top