Let's say, I have an application (a bunch of features) installed in Eclipse. Now, I have a new version of the p2 repository for that application and ready for the same Eclipse to be upgraded for the new version of that application.
Is there any way, I can hook a post process script after p2 upgrade?
I know p2 touchpoint can hook some actions for installation, but that is only pre/post actions for each plugin or feature.
What I want is one single action before and after the whole upgrade (not individual plugin/feature installation).
Anybody has any idea?
Thanks.