[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Looking for a way to minimize the size of an update site
|
Ok this is what I have done, and it looks that is working.
Until now I had only one feature defined in my product.
Now I split it to two features. The first one has my code,
based only on one plug-in and it has dependences to all the necessary
plug-ins and features. On the second plug-in I defined all the
plug-ins and features that my (code plug-in) uses is depended on.
On the product configuration tab I defined that the product is
constituted by these two features.
Now when the time comes to build the update site I built only
the site for the first feature. It comes on a size (zipped) of couple megabytes.