Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse product based on CDT

Hi Christelle,

You can check the EPP project for examples of how to build a product that includes CDT
http://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/tree/packages
the org.eclipse.epp.package.cpp* folders are the interesting ones.
The EPP product is based on features.

There is also the Stand-Alone debugger. This one contains a subset of CDT.
http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/debug
org.eclipse.cdt.debug.application* and org.eclipse.cdt.debug.standalone* are the interesting folders.
This product is based on plugins. This allows more aggressive size reduction but it's much more maintenance.

Hope this helps.
Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Christelle BURGUERA [Christelle.BURGUERA@xxxxxx]
Sent: Thursday, 04 February 2016 5:05 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Eclipse product based on CDT

Hi !

 

We develop some plugins installed in an Eclipse CDT (we download an Eclipse CDT and install our plugins).

I want to brand my own Eclipse to add our icons, about dialog….

 

I’ve done a first version based one org.eclipse.ui.ide.workbench :

            Under .product I’ve

                        Product Definition : Product : myproduct.product / Application : org.eclipse.ui.ide.workbench

I’ve added under the feature all the plugins CDT.

 

There is a way to have an EclipseCDT directly ?

 

Thank you !

Have a good day !

 

Christelle

 

 


Back to the top