The point of this question is to get verification from someone knowledgeable of the current state of affairs with the Eclipse install system.
I have an Eclipse plugin and I want to make an update site for it using the easiest (but correct) method available. My initial impression was that I:
- Create a feature with the PDE Feature Project.
- Add my plugin to the feature.
- Create an update site with the PDE Update Site Project.
- Add my feature to the update site.
Then I started looking for documentation on the whole Eclipse install system and started reading about this P2 thing, which is apparently new and replaces whatever came before.
The information I find about the PDE projects and wizards doesn't discuss P2, or I haven't found the right information, which makes me a little nervous that I may be doing something wrong or missing something important.
So, do I need to care about P2, or is P2 something that happens under the hood where I can safely ignore it, so long as I continue to use the PDE tools?
Thanks!