While developing an RCP application, I’m setting up my .target definition file, pointing to the Eclipse 2023-06 update site. I’m doing this because up until now my .target definition was pointing to my Eclipse installation, and I want to point to the update site.
The problem is that my current installation-based.target has the javax.annotation plugin included, but I can’t find a way to include it on the update-site-based.target.
I can see that it is included on the Eclipse 2023-06 release update site, but I can’t find a way to include it on my update-site-based.target.
How do I include on my target a plugin that I know is present on the update site, but is not referenced by any selectable feature?