You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2014/10/01 11:06:10 UTC

svn commit: r1628654 - in /xmlgraphics/commons/branches/commons-2_0: ./ src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java

Author: vhennebert
Date: Wed Oct  1 09:06:09 2014
New Revision: 1628654

URL: http://svn.apache.org/r1628654
Log:
Merged latest trunk

Modified:
    xmlgraphics/commons/branches/commons-2_0/   (props changed)
    xmlgraphics/commons/branches/commons-2_0/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java

Propchange: xmlgraphics/commons/branches/commons-2_0/
------------------------------------------------------------------------------
  Merged /xmlgraphics/commons/trunk:r1628213-1628650

Modified: xmlgraphics/commons/branches/commons-2_0/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/commons-2_0/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java?rev=1628654&r1=1628653&r2=1628654&view=diff
==============================================================================
--- xmlgraphics/commons/branches/commons-2_0/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java (original)
+++ xmlgraphics/commons/branches/commons-2_0/src/java/org/apache/xmlgraphics/image/loader/impl/imageio/ImageLoaderImageIO.java Wed Oct  1 09:06:09 2014
@@ -393,6 +393,10 @@ public class ImageLoaderImageIO extends 
         PROVIDERS_IGNORING_ICC
                 .add("Standard PNG image reader/Sun Microsystems, Inc./1.0");
         PROVIDERS_IGNORING_ICC
+                .add("Standard PNG image reader/Oracle Corporation/1.0");
+        PROVIDERS_IGNORING_ICC
                 .add("Standard JPEG Image Reader/Sun Microsystems, Inc./0.5");
+        PROVIDERS_IGNORING_ICC
+                .add("Standard JPEG Image Reader/Oracle Corporation/0.5");
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org