<!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, 2003 IBM Corporation und Andere.
Alle Rechte vorbehalten. Dieses Programm und sein Begleitmaterial werden gemäß
den Bedingungen in der "Common Public License v1.0" zur Verfügung gestellt, die diese Verteilung
begleitet und unter
http://www.eclipse.org/legal/cpl-v10.html abgerufen werden kann.