[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Location of touchpoints for update site

So when you generate the p2 metadata for an update site, the content.xml has touchpoint instructions for all the plug-ins installed by the update site.

If we want to define another touchpoint action for any of those plug-ins, does the touchpoint code have to go in the appropriate spot in the auto-generated p2 metadata? Or is it possible to define the touchpoint in another file, and still have it executed during the proper phase?

I'm trying to figure out how, after generating the p2 metadata, that I am going to include other touchpoints for some plug-ins. Obviously it's trivial for me to edit the metadata myself, but I want to be able to automate this entire build.

Thanks.