%CProjectDescription.name

This extension point is internal

Identifier:
org.eclipse.cdt.core.CProjectDescriptionStorage

Since:
6.0

Description:
This extension point allows contributors to provide their own implementation of the CProjectDescriptionStorage backing store.

Configuration Markup:

<!ELEMENT extension (CProjectStorageType)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT CProjectStorageType EMPTY>

<!ATTLIST CProjectStorageType

class       CDATA #REQUIRED

id          IDREF #REQUIRED

version     CDATA #REQUIRED

min_version CDATA #IMPLIED

max_version CDATA #IMPLIED

name        CDATA #IMPLIED>

CProjectDescriptionStorageType is a concrete type of AbstractCProjectDescriptionStorage which is delegated to for persisting ICStorageElement trees



Supplied Implementation:
See the example XmlProjectDescriptionStorage & XmlProjectDescriptionStorage2 in this plugin