I use Eclipse 3.7 to develop a project, and I need to do something using information about installed plugins and features:
I use the P2 provisioning feature to update the software.
1: I need to get a list of plugins and features that are installed and currently running. I need something like what is displayed in the "Installed Software", which can be viewed through "Help"> "Installation Information".
Note. I will use this information to get information about installed features, such as version number and description.
2: I need to get a list of recently installed programs. I need something like what is displayed in the Installation History, which can be viewed through Help> About> Installation Information.
Note. I will use this information to add functionality to clear old installations. Something like "Keep only the last five installations."
source share