Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Conditional enabling/disabling ProjectConversionParticipant

No you can't disable specific conversion participants, only global conversion. 
However, the runsAfter attribute was designed for that use case, so you can override previous participant behavior.


On Thu, Apr 18, 2013 at 9:09 AM, Kamesh Sampath <kamesh.sampath@xxxxxxxxxxx> wrote:

I am working on a adding new ProjectConversionParticipant which is a kind of extension  javaParticipant and WebProjectConverter,  there are few functionalities that need to add extra to my converter than the standard javaParticipant and WebProjectConverter can do.

I want to know is there is a way wherein in can enable/disable the participants from running, i used the runBefore and runAfter to handle the sorting of the participants.

-Kamesh
 

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev




--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top