diff options
author | Andre Weinand | 2005-05-09 16:20:33 +0000 |
---|---|---|
committer | Andre Weinand | 2005-05-09 16:20:33 +0000 |
commit | 5677a758dcb43d3286ffe2426d790efd8af98b2c (patch) | |
tree | f803fb2f44226193e5c58ab32295476990f0e4cb /bundles/org.eclipse.compare/plugins | |
parent | 19f7bb72b71e6b1b2af8faedc6373ca4906dab63 (diff) | |
download | eclipse.platform.team-5677a758dcb43d3286ffe2426d790efd8af98b2c.tar.gz eclipse.platform.team-5677a758dcb43d3286ffe2426d790efd8af98b2c.tar.xz eclipse.platform.team-5677a758dcb43d3286ffe2426d790efd8af98b2c.zip |
fixed #69920: Compare should show png, bmp, etc. as imagev20050509a
Diffstat (limited to 'bundles/org.eclipse.compare/plugins')
-rw-r--r-- | bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html | 1 | ||||
-rw-r--r-- | bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html index f5f98122a..b4c6a4860 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html @@ -25,6 +25,7 @@ Eclipse Build Input May 10th 2005 <a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=94077">94077</a>: IndexOutOfBounds applying patch<br> <a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=91211">91211</a>: Apply patch doesn't work for files with missing line endings<br> <a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=92270">92270</a>: compare should use content-based content type matching<br> +<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=69920">69920</a>: Compare should show png, bmp, etc. as image<br> <h1><hr WIDTH="100%"></h1> diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml index d689373b9..6dbdcce94 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.xml @@ -301,7 +301,7 @@ id="org.eclipse.compare.TextMergeViewerCreator"> </viewer> <viewer - extensions="gif,jpg" + extensions="gif,jpg,jpeg,png,bmp,ico,tif,tiff" class="org.eclipse.compare.internal.ImageMergeViewerCreator" id="org.eclipse.compare.ImageMergeViewerCreator"> </viewer> |