Bug 203264 - [API][cdt.core] The .cproject file name is not part of any public API
Summary: [API][cdt.core] The .cproject file name is not part of any public API
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 09:50 EDT by Walter Brunauer CLA
Modified: 2020-09-04 15:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Brunauer CLA 2007-09-13 09:50:44 EDT
Just like org.eclipse.core.resources.IProjectDescription.DESCRIPTION_FILE_NAME provides access to the file name of the platform project file, org.eclipse.cdt.core.settings.model.ICProjectDescription (or any other public available CDT API) should provide a similar definition. Otherwise its not possible for clients to track changes to the file name from CDT side over time.