From 5dbac920c079eed6e62a196616ac82c108ffc7b9 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Thu, 25 Mar 2004 19:43:00 +0000 Subject: [PATCH] added natureID to Cproject schema to help recover missing .cdtproject files --- core/org.eclipse.cdt.core/schema/CProject.exsd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/schema/CProject.exsd b/core/org.eclipse.cdt.core/schema/CProject.exsd index 0b981ea3c71..7de57c08957 100644 --- a/core/org.eclipse.cdt.core/schema/CProject.exsd +++ b/core/org.eclipse.cdt.core/schema/CProject.exsd @@ -44,13 +44,20 @@ - + Class which implements org.eclipse.cdt.core.ICOwner + + + + This is a nature ID which the owner has. This is used to restore a ICDescriptor which has been deleted. If this is not provided the descriptor will be restore with no owner. A project with multiple natures will use the first matching nature searched in the reverse order in the Project Description. + + +