Executables Importer

Identifier:
org.eclipse.cdt.debug.core.ExecutablesImporter

Since:
CDT 7.0

Description:
This extension points allows you to extened the executables manager in CDT by providing your own executables importer.

Configuration Markup:

<!ELEMENT extension (importer)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT importer EMPTY>

<!ATTLIST importer

class CDATA #REQUIRED>


Examples: