mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
rename file to .cdtproject
This commit is contained in:
parent
945fd6b033
commit
1fbd128547
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class CProjectDescriptor implements ICProjectDescriptor {
|
||||||
|
|
||||||
private String builderID;
|
private String builderID;
|
||||||
|
|
||||||
private static final String PROJECT_DESCRIPTION = "cdtProject";
|
private static final String PROJECT_DESCRIPTION = ".cdtproject";
|
||||||
|
|
||||||
private CProjectDescriptor(IProject project, String id) throws CoreException {
|
private CProjectDescriptor(IProject project, String id) throws CoreException {
|
||||||
this.project = project;
|
this.project = project;
|
||||||
|
|
Loading…
Add table
Reference in a new issue