Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Packaging up a modified CDT with an Eclipse

 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of George Russell
> Sent: Wednesday, January 13, 2010 2:50 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Packaging up a modified CDT with an Eclipse
> 
> Hi,
> 
> I have gotten my CDT changes to the point where I can run a 
> new instance 
> of Eclipse from within my development Eclipse (via Run As, or 
> Debug As) 
> and use them.
> 
> However, how do I bundle up the plugins into an Eclipse to distribute 
> them? I have tried simply placing them in the plugin folder of an 
> Eclipse install after exporting them from the development 
> Eclipse, but 
> this does not seem to work.

This has been answered very recently on this list (or on the newsgroup).

You can no longer use the plugin dir with P2, you have to use the dropins
dir.  If you are replacing existing plugins, you have to make sure the
version in MANIFEST is higher than the one you are replacing.

Marc

Back to the top