Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT modules in CVS

It's not silly at all and something we really need to clean up.
 
All of the projects that feed the main CDT feature are in org.eclipse.cdt/all. The other directories under org.eclipse.cdt contain other optional projects such as optional toolchain support.
 
All of the org.eclipse.cdt-* directories are deprecated and we should be removing them. Unfortately they were there first and the projects under org.eclipse.cdt/all are mainly soft links over them. Which makes it awkward to fix. But that's probably over answering your question. ;)
 
Doug.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mike Wrighton
Sent: Tuesday, February 26, 2008 2:02 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] CDT modules in CVS

This may be a silly question but can someone clarify which CVS modules need checking out to develop CDT code because I'm a bit confused - is it org.eclipse.cdt/all/* or org.eclipse.cdt-releng/all/*?

Thanks,
Mike

Back to the top