1
0
Fork 0
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:
David Inglis 2002-08-07 14:34:52 +00:00
parent 945fd6b033
commit 1fbd128547

View file

@ -49,7 +49,7 @@ public class CProjectDescriptor implements ICProjectDescriptor {
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 {
this.project = project;