From 1fbd12854763e0ece1f728913a6c3ee520516322 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Wed, 7 Aug 2002 14:34:52 +0000 Subject: [PATCH] rename file to .cdtproject --- .../src/org/eclipse/cdt/internal/core/CProjectDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CProjectDescriptor.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CProjectDescriptor.java index e3c08ada45c..4e06e51eb4b 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CProjectDescriptor.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CProjectDescriptor.java @@ -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;