The purpose of this question is to get confirmation from someone who knows about the current state of affairs with the Eclipse installation system.
I have an Eclipse plugin and I want to create an update site for it using the simplest (but correct) method. My initial impression was that I:
- Create a function using the Feature PDE project.
- Add my plugin to this feature.
- Create an update site with a draft PDE update site.
- Add my feature to the update site.
Then I started looking for documentation throughout the Eclipse installation system and started reading about this P2 thing, which is apparently new and replaces everything that was before.
The information I find about PDE projects and wizards does not discuss P2, or I did not find the right information, which makes me a little nervous that I can do something wrong or something important.
So, I need to take care of P2 or P2 something that happens under the hood, where can I safely ignore it while I continue to use PDE tools?
Thanks!
Bhs source share