[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Product based on features

Hugo A. Garcia wrote:

Hi

I have a product configuation that is based on plugins and everything works perfectly. But, given that I will crate a feature so that I can update the plugins, should I change or make a new product configuraiton based on featues or leave was is not broken alone?

You can create as many configurations as you want. They're free :-)
In the feature-based configuration, you would list your feature (that houses your plugins) along with all the features you depend on on the Configuration page.


If I define a new product based on features, would that configuration be created within the feature project?

The configuration is a file that can go in any folder, in any project. It is a development time artifact that brings all the pieces together. It is for PDE use only. It is not read by the runtime or Update manager and should not be part of the end product of course.


-H