Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2 replacement for InstallHandler

The installer handlers are replaced by a combination of two concepts:
- touchpoint, touchpoint actions, that allows to run code as part of the execution
- metarequirements that are usually carried by the IU that uses this actions and thus helps in making sure that the action is properly installed before the installation proceeds.

Here is an example attached.

Attachment: metaReqs.zip
Description: Zip archive

On 2011-03-25, at 7:04 AM, Andrey Razumovsky wrote:

> Hi,
> 
> I noticed that all org.eclipse.update.core bundle and InstallHandler
> in particular were deprecated, but the description is very poor. How
> can I implement install handler for my plugin/feature using Equinox
> API? Can I have a simple example of p2.inf?
> 
> Thanks,
> Andrey
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top