| [news.eclipse.platform] Re: Products extension point vs product configuration file |
-Andrew
the products extension point is what makes eclipse run.
The product configuration file is (AFAIK) a PDE config file that collects a lot of the standard things you do for a product (product id, branding, etc) into one place.
ex: when you create a product config file with a product ID that points to an application, eclipse also updates the plugin.xml with the product extension.
Later, PW