<!ELEMENT extension (sourceContainerType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT sourceContainerType EMPTY>
<!ATTLIST sourceContainerType
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED
description CDATA #IMPLIED>
<extension point=
"org.eclipse.debug.core.sourceContainerTypes"
>
<sourceContainerType name=
"Project"
class=
"org.eclipse.debug.internal.core.sourcelookup.containers.ProjectSourceContainerType"
id=
"org.eclipse.debug.core.containerType.project"
description=
"A project in the workspace"
>
</sourceContainerType>
</extension>
Copyright (c) 2003, 2004 IBM Corporation and others.
All rights reserved.
本程式和隨附的資料可以根據隨附這項分送且可在 http://www.eclipse.org/legal/cpl-v10.html 中取得之 Common Public License v1.0 之條款來使用