Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-03-19 13:27:22 +0000
committerLars Vogel2014-03-19 13:28:38 +0000
commit612ca82368aa8746ed884e44f18d0209e91864e5 (patch)
tree6e882a7ba051a72f2ce60f1eb667b2dbc27c90d4 /bundles/org.eclipse.ui.ide/schema
parent44162eb38418b6dda6a387cccfc4c3f423492955 (diff)
downloadeclipse.platform.ui-612ca82368aa8746ed884e44f18d0209e91864e5.tar.gz
eclipse.platform.ui-612ca82368aa8746ed884e44f18d0209e91864e5.tar.xz
eclipse.platform.ui-612ca82368aa8746ed884e44f18d0209e91864e5.zip
Bug 430694 - [Graphics] Use png files in org.eclipse.ui.ide and
org.eclipse.ui.ide Change-Id: Ia84b90ce0ff41582e137112aab478669f42756c6 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.ui.ide/schema')
-rw-r--r--bundles/org.eclipse.ui.ide/schema/markerImageProviders.exsd4
-rw-r--r--bundles/org.eclipse.ui.ide/schema/projectNatureImages.exsd4
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.ui.ide/schema/markerImageProviders.exsd b/bundles/org.eclipse.ui.ide/schema/markerImageProviders.exsd
index 035a2643039..7dfb72adc14 100644
--- a/bundles/org.eclipse.ui.ide/schema/markerImageProviders.exsd
+++ b/bundles/org.eclipse.ui.ide/schema/markerImageProviders.exsd
@@ -96,14 +96,14 @@
</appinfo>
<documentation>
The following an example of the two forms of marker image providers. The first one is one where the image does not change and is declared directly. For the second one the image must be determined by an instance of IMarkerImageProvider.
-
+
&lt;p&gt;
&lt;pre&gt;
&lt;extension
point=&quot;org.eclipse.ui.ide.markerImageProviders&quot;&gt;
&lt;imageprovider
markertype=&quot;org.eclipse.core.resources.taskmarker&quot;
- icon=&quot;taskicon.gif&quot;
+ icon=&quot;taskicon.png&quot;
id=&quot;myPlugin.declarativeMarkerProvider&quot;&gt;
&lt;/imageprovider&gt;
&lt;imageprovider
diff --git a/bundles/org.eclipse.ui.ide/schema/projectNatureImages.exsd b/bundles/org.eclipse.ui.ide/schema/projectNatureImages.exsd
index d2112f1dd97..2fec6b5a215 100644
--- a/bundles/org.eclipse.ui.ide/schema/projectNatureImages.exsd
+++ b/bundles/org.eclipse.ui.ide/schema/projectNatureImages.exsd
@@ -109,10 +109,10 @@ The supplied image is drawn over the top right corner of the base image.
&lt;p&gt;
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.ui.ide.projectNatureImages&quot;&gt;
- &lt;image
+ &lt;image
id=&quot;org.eclipse.ui.javaNatureImage&quot;
natureId=&quot;Resource&quot;
- icon=&quot;icons/javaNature.gif&quot;&gt;
+ icon=&quot;icons/javaNature.png&quot;&gt;
&lt;/image&gt;
&lt;/extension&gt;
&lt;/pre&gt;

Back to the top