<!ELEMENT extension (launchConfigurationTypeImage*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT launchConfigurationTypeImage EMPTY>
<!ATTLIST launchConfigurationTypeImage
id CDATA #REQUIRED
configTypeID CDATA #REQUIRED
icon CDATA #REQUIRED>
<extension point=
"org.eclipse.debug.ui.launchConfigurationTypeImages"
>
<launchConfigurationTypeImage id=
"com.example.FirstLaunchConfigurationTypeImage"
configTypeID=
"com.example.FirstLaunchConfigurationType"
icon=
"icons/FirstLaunchConfigurationType.gif"
>
</launchConfigurationTypeImage>
</extension>
Copyright (c) 2000, 2005 IBM Corporation und Andere.
Alle Rechte vorbehalten. Dieses Programm und sein Begleitmaterial werden gemäß den Bedingungen der "Eclipse Public License v1.0" zur Verfügung gestellt, die dieser Lieferung beiliegt und unter
http://www.eclipse.org/legal/epl-v10.html abgerufen werden kann.