<!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 i inne podmioty.
Wszelkie prawa zastrzeżone. Program ten oraz towarzyszące mu materiały są udostępniane na warunkach licencji EPL (Eclipse Public License), wersja 1.0, dołączonej do nich i dostępnej pod adresem http://www.eclipse.org/legal/epl-v10.html.