<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT icon EMPTY>
<!ATTLIST icon
contentType IDREF #REQUIRED
icon CDATA #REQUIRED>
The icon to associate with a particular content type.
<extension point="org.eclipse.ui.genericeditor.icons"> <icon contentType="org.eclipse.core.runtime.xml" icon="icons/xml_content.png" /> </extension>
<extension point="org.eclipse.ui.genericeditor.icons"> <icon contentType="org.eclipse.core.runtime.text" icon="platform:/plugin/org.eclipse.ui.test/icons/text_content.png" /> </extension>
Copyright (c) 2019 Lakshminarayana Nekkanti(narayana.nekkanti@gmail.com) This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0. SPDX-License-Identifier: EPL-2.0 3 Contributor Lakshminarayana Nekkanti - initial API and implementation