<!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 és mások.
Minden jog fenntartva. Jelen program és annak kísérőanyagai a csomaghoz
tartozó, illetve a
http://www.eclipse.org/legal/epl-v10.html
címen is elérhető Eclipse Public License 1.0 verziójának hatálya alatt lettek
közzétéve.