<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT image EMPTY>
<!ATTLIST image
facet CDATA #IMPLIED
category CDATA #IMPLIED
runtime-component-type CDATA #IMPLIED
path CDATA #REQUIRED>
Specifies the image that should be used with the specified facet, category, or runtime component type. Only one of the facet, category, and runtime-component-type attributes should be used.
The following example associates images with two facets and a category.
<extension point=
"org.eclipse.wst.common.project.facet.ui.images"
>
<image facet=
"facet1"
path=
"icons/facet1.gif"
/>
<image facet=
"facet2"
path=
"icons/facet2.gif"
/>
<image category=
"category1"
path=
"icons/category1.gif"
/>
</extension>
Copyright (c) 2005 BEA Systems, Inc. and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html