Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project to build 'Eclipse IDE for C/C++ Developers'?

Hi,


This is the repo:

http://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/


You can look at the README.md on how to built it. Probably the easiest way to add your stuff is to modify this file:
http://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/tree/packages/org.eclipse.epp.package.cpp.product/epp.product

And add your update site to:
http://git.eclipse.org/c/epp/org.eclipse.epp.packages.git/tree/releng/org.eclipse.epp.config/parent/pom.xml


Marc-André


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Liviu Ionescu <ilg@xxxxxxxxxx>
Sent: Tuesday, May 23, 2017 4:33 PM
To: CDT General developers list.
Subject: [cdt-dev] Project to build 'Eclipse IDE for C/C++ Developers'?
 
Hi,

Can someone point to the repository with the code to build the official Eclipse distribution that includes the CDT plug-ins?

I'm considering extending the GNU ARM Eclipse project by providing custom CDT Eclipses with my plug-ins already installed, and I thought that the easiest way would be to copy/paste the code to build 'Eclipse IDE for C/C++ Developers' and add my plug-ins.


Any suggestion?

Liviu



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top