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

svn commit: r1732019 - in /xmlgraphics/commons/branches/maven: ./ src/main/java/org/apache/xmlgraphics/image/codec/png/ src/main/java/org/apache/xmlgraphics/image/loader/impl/ src/main/java/org/apache/xmlgraphics/image/writer/ src/main/java/org/apache/...

Author: gadams
Date: Wed Feb 24 05:01:10 2016
New Revision: 1732019

URL: http://svn.apache.org/viewvc?rev=1732019&view=rev
Log:
Fix svn:eol-style issues.

Modified:
    xmlgraphics/commons/branches/maven/pom.xml   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/codec/png/PNGChunk.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderFactoryPNG.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderPNG.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java   (contents, props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java   (contents, props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/PNGConstants.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/PNGFile.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/writer/Endianness.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/writer/ResolutionUnit.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/util/DateFormatUtil.java   (props changed)
    xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/util/DoubleFormatUtil.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderFactoryPNGTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderPNGTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawCCITTFaxTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNGTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/PNGFileTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/PreloaderJPEGTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/ImageIOCheckUtility.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/ResolutionTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/imageio/ImageIOTIFFImageWriterTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/GraphicContextTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/color/profile/ColorProfileUtilTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2DTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/ps/ImageEncodingHelperTestCase.java   (props changed)
    xmlgraphics/commons/branches/maven/src/tools/resources/checkstyle/checkstyle.xml   (props changed)
    xmlgraphics/commons/branches/maven/src/tools/resources/checkstyle/suppressions.xml   (props changed)

Propchange: xmlgraphics/commons/branches/maven/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/codec/png/PNGChunk.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderFactoryPNG.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderPNG.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java?rev=1732019&r1=1732018&r2=1732019&view=diff
==============================================================================
--- xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java (original)
+++ xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java Wed Feb 24 05:01:10 2016
@@ -1,86 +1,86 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* $Id$ */
-
-// Original author: Matthias Reichenbacher
-
-package org.apache.xmlgraphics.image.loader.impl;
-
-import java.io.IOException;
-import java.util.Map;
-
-import javax.imageio.stream.ImageInputStream;
-import javax.xml.transform.Source;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter;
-import org.apache.xmlgraphics.image.codec.util.SeekableStream;
-import org.apache.xmlgraphics.image.loader.Image;
-import org.apache.xmlgraphics.image.loader.ImageException;
-import org.apache.xmlgraphics.image.loader.ImageFlavor;
-import org.apache.xmlgraphics.image.loader.ImageInfo;
-import org.apache.xmlgraphics.image.loader.ImageSessionContext;
-import org.apache.xmlgraphics.image.loader.util.ImageUtil;
-import org.apache.xmlgraphics.io.XmlSourceUtil;
-import org.apache.xmlgraphics.util.MimeConstants;
-
-public class ImageLoaderRawPNG extends AbstractImageLoader {
-
-    /** logger */
-    protected static final Log log = LogFactory.getLog(ImageLoaderRawPNG.class);
-
-    /**
-     * Main constructor.
-     */
-    public ImageLoaderRawPNG() {
-    }
-
-    /** {@inheritDoc} */
-    public ImageFlavor getTargetFlavor() {
-        return ImageFlavor.RAW_PNG;
-    }
-
-    /** {@inheritDoc} */
-    public Image loadImage(ImageInfo info, Map hints, ImageSessionContext session) throws ImageException,
-            IOException {
-        if (!MimeConstants.MIME_PNG.equals(info.getMimeType())) {
-            throw new IllegalArgumentException("ImageInfo must be from a image with MIME type: "
-                    + MimeConstants.MIME_PNG);
-        }
-
-        Source src = session.needSource(info.getOriginalURI());
-        ImageInputStream in = ImageUtil.needImageInputStream(src);
-        // Remove streams as we do things with them at some later time.
-        XmlSourceUtil.removeStreams(src);
-        SeekableStream seekStream = new ImageInputStreamSeekableStreamAdapter(in);
-        PNGFile im = new PNGFile(seekStream);
-        ImageRawPNG irpng = im.getImageRawPNG(info);
-        return irpng;
-    }
-
-    /** {@inheritDoc} */
-    public int getUsagePenalty() {
-        // since this image loader does not handle all kinds of PNG images then we add some penalty to it
-        // so that it is not chosen by default; instead, users need to give it a negative penalty in
-        // fop.xconf so that it is used
-        return 1000;
-    }
-
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* $Id$ */
+
+// Original author: Matthias Reichenbacher
+
+package org.apache.xmlgraphics.image.loader.impl;
+
+import java.io.IOException;
+import java.util.Map;
+
+import javax.imageio.stream.ImageInputStream;
+import javax.xml.transform.Source;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter;
+import org.apache.xmlgraphics.image.codec.util.SeekableStream;
+import org.apache.xmlgraphics.image.loader.Image;
+import org.apache.xmlgraphics.image.loader.ImageException;
+import org.apache.xmlgraphics.image.loader.ImageFlavor;
+import org.apache.xmlgraphics.image.loader.ImageInfo;
+import org.apache.xmlgraphics.image.loader.ImageSessionContext;
+import org.apache.xmlgraphics.image.loader.util.ImageUtil;
+import org.apache.xmlgraphics.io.XmlSourceUtil;
+import org.apache.xmlgraphics.util.MimeConstants;
+
+public class ImageLoaderRawPNG extends AbstractImageLoader {
+
+    /** logger */
+    protected static final Log log = LogFactory.getLog(ImageLoaderRawPNG.class);
+
+    /**
+     * Main constructor.
+     */
+    public ImageLoaderRawPNG() {
+    }
+
+    /** {@inheritDoc} */
+    public ImageFlavor getTargetFlavor() {
+        return ImageFlavor.RAW_PNG;
+    }
+
+    /** {@inheritDoc} */
+    public Image loadImage(ImageInfo info, Map hints, ImageSessionContext session) throws ImageException,
+            IOException {
+        if (!MimeConstants.MIME_PNG.equals(info.getMimeType())) {
+            throw new IllegalArgumentException("ImageInfo must be from a image with MIME type: "
+                    + MimeConstants.MIME_PNG);
+        }
+
+        Source src = session.needSource(info.getOriginalURI());
+        ImageInputStream in = ImageUtil.needImageInputStream(src);
+        // Remove streams as we do things with them at some later time.
+        XmlSourceUtil.removeStreams(src);
+        SeekableStream seekStream = new ImageInputStreamSeekableStreamAdapter(in);
+        PNGFile im = new PNGFile(seekStream);
+        ImageRawPNG irpng = im.getImageRawPNG(info);
+        return irpng;
+    }
+
+    /** {@inheritDoc} */
+    public int getUsagePenalty() {
+        // since this image loader does not handle all kinds of PNG images then we add some penalty to it
+        // so that it is not chosen by default; instead, users need to give it a negative penalty in
+        // fop.xconf so that it is used
+        return 1000;
+    }
+
+}

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNG.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java?rev=1732019&r1=1732018&r2=1732019&view=diff
==============================================================================
--- xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java (original)
+++ xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java Wed Feb 24 05:01:10 2016
@@ -1,162 +1,162 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* $Id$ */
-
-// Original author: Matthias Reichenbacher
-
-package org.apache.xmlgraphics.image.loader.impl;
-
-import java.awt.Color;
-import java.awt.color.ColorSpace;
-import java.awt.color.ICC_Profile;
-import java.awt.image.ColorModel;
-import java.io.InputStream;
-
-import org.apache.xmlgraphics.image.loader.ImageFlavor;
-import org.apache.xmlgraphics.image.loader.ImageInfo;
-
-public class ImageRawPNG extends ImageRawStream {
-
-    private ColorModel cm;
-    private ICC_Profile iccProfile;
-    private int bitDepth;
-    private boolean isTransparent;
-    private int grayTransparentAlpha;
-    private int redTransparentAlpha;
-    private int greenTransparentAlpha;
-    private int blueTransparentAlpha;
-    private int renderingIntent = -1;
-
-    /**
-     * Main constructor.
-     * @param info the image info object
-     * @param in the ImageInputStream with the raw content
-     * @param colorModel the color model
-     * @param bitDepth the bit depth
-     * @param iccProfile an ICC color profile or null if no profile is associated
-     */
-    public ImageRawPNG(ImageInfo info, InputStream in, ColorModel colorModel, int bitDepth, ICC_Profile iccProfile) {
-        super(info, ImageFlavor.RAW_PNG, in);
-        this.iccProfile = iccProfile;
-        this.cm = colorModel;
-        this.bitDepth = bitDepth;
-    }
-
-    /**
-     * The bit depth of each color channel.
-     * @return the bit depth of one channel (same for all)
-     */
-    public int getBitDepth() {
-        return bitDepth;
-    }
-
-    /**
-     * Returns the ICC color profile if one is associated with the PNG image.
-     * @return the ICC color profile or null if there's no profile
-     */
-    public ICC_Profile getICCProfile() {
-        return this.iccProfile;
-    }
-
-    /**
-     * Returns the image's color model.
-     * @return the color model
-     */
-    public ColorModel getColorModel() {
-        return this.cm;
-    }
-
-    /**
-     * Returns the image's color space.
-     * @return the color space
-     */
-    public ColorSpace getColorSpace() {
-        return this.cm.getColorSpace();
-    }
-
-    /**
-     * Sets the gray transparent pixel value.
-     * @param gray the transparent pixel gray value (0...255)
-     */
-    protected void setGrayTransparentAlpha(int gray) {
-        this.isTransparent = true;
-        this.grayTransparentAlpha = gray;
-    }
-
-    /**
-     * Sets the RGB transparent pixel values.
-     * @param red the transparent pixel red value (0...255)
-     * @param green the transparent pixel green value (0...255)
-     * @param blue the transparent pixel blue value (0...255)
-     */
-    protected void setRGBTransparentAlpha(int red, int green, int blue) {
-        this.isTransparent = true;
-        this.redTransparentAlpha = red;
-        this.greenTransparentAlpha = green;
-        this.blueTransparentAlpha = blue;
-    }
-
-    /**
-     * Used to flag image as transparent when the image is of pallete type.
-     */
-    protected void setTransparent() {
-        this.isTransparent = true;
-    }
-
-    /**
-     * Whether the image is transparent (meaning there is a transparent pixel)
-     * @return true if transparent pixel exists
-     */
-    public boolean isTransparent() {
-        return this.isTransparent;
-    }
-
-    /**
-     * The color of the transparent pixel.
-     * @return the color of the transparent pixel.
-     */
-    public Color getTransparentColor() {
-        Color color = null;
-        if (!this.isTransparent) {
-            return color;
-        }
-        if (cm.getNumColorComponents() == 3) {
-            color = new Color(this.redTransparentAlpha, this.greenTransparentAlpha, this.blueTransparentAlpha);
-        } else {
-            color = new Color(this.grayTransparentAlpha, 0, 0);
-        }
-        return color;
-    }
-
-    /**
-     * Used to set the rendering intent when the color space is sRGB.
-     * @param intent the rendering intent of the sRGB color space
-     */
-    public void setRenderingIntent(int intent) {
-        renderingIntent = intent;
-    }
-
-    /**
-     * Returns the rendering intent of the sRGB color space.
-     * @return the rendering intent
-     */
-    public int getRenderingIntent() {
-      return this.renderingIntent;
-    }
-
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* $Id$ */
+
+// Original author: Matthias Reichenbacher
+
+package org.apache.xmlgraphics.image.loader.impl;
+
+import java.awt.Color;
+import java.awt.color.ColorSpace;
+import java.awt.color.ICC_Profile;
+import java.awt.image.ColorModel;
+import java.io.InputStream;
+
+import org.apache.xmlgraphics.image.loader.ImageFlavor;
+import org.apache.xmlgraphics.image.loader.ImageInfo;
+
+public class ImageRawPNG extends ImageRawStream {
+
+    private ColorModel cm;
+    private ICC_Profile iccProfile;
+    private int bitDepth;
+    private boolean isTransparent;
+    private int grayTransparentAlpha;
+    private int redTransparentAlpha;
+    private int greenTransparentAlpha;
+    private int blueTransparentAlpha;
+    private int renderingIntent = -1;
+
+    /**
+     * Main constructor.
+     * @param info the image info object
+     * @param in the ImageInputStream with the raw content
+     * @param colorModel the color model
+     * @param bitDepth the bit depth
+     * @param iccProfile an ICC color profile or null if no profile is associated
+     */
+    public ImageRawPNG(ImageInfo info, InputStream in, ColorModel colorModel, int bitDepth, ICC_Profile iccProfile) {
+        super(info, ImageFlavor.RAW_PNG, in);
+        this.iccProfile = iccProfile;
+        this.cm = colorModel;
+        this.bitDepth = bitDepth;
+    }
+
+    /**
+     * The bit depth of each color channel.
+     * @return the bit depth of one channel (same for all)
+     */
+    public int getBitDepth() {
+        return bitDepth;
+    }
+
+    /**
+     * Returns the ICC color profile if one is associated with the PNG image.
+     * @return the ICC color profile or null if there's no profile
+     */
+    public ICC_Profile getICCProfile() {
+        return this.iccProfile;
+    }
+
+    /**
+     * Returns the image's color model.
+     * @return the color model
+     */
+    public ColorModel getColorModel() {
+        return this.cm;
+    }
+
+    /**
+     * Returns the image's color space.
+     * @return the color space
+     */
+    public ColorSpace getColorSpace() {
+        return this.cm.getColorSpace();
+    }
+
+    /**
+     * Sets the gray transparent pixel value.
+     * @param gray the transparent pixel gray value (0...255)
+     */
+    protected void setGrayTransparentAlpha(int gray) {
+        this.isTransparent = true;
+        this.grayTransparentAlpha = gray;
+    }
+
+    /**
+     * Sets the RGB transparent pixel values.
+     * @param red the transparent pixel red value (0...255)
+     * @param green the transparent pixel green value (0...255)
+     * @param blue the transparent pixel blue value (0...255)
+     */
+    protected void setRGBTransparentAlpha(int red, int green, int blue) {
+        this.isTransparent = true;
+        this.redTransparentAlpha = red;
+        this.greenTransparentAlpha = green;
+        this.blueTransparentAlpha = blue;
+    }
+
+    /**
+     * Used to flag image as transparent when the image is of pallete type.
+     */
+    protected void setTransparent() {
+        this.isTransparent = true;
+    }
+
+    /**
+     * Whether the image is transparent (meaning there is a transparent pixel)
+     * @return true if transparent pixel exists
+     */
+    public boolean isTransparent() {
+        return this.isTransparent;
+    }
+
+    /**
+     * The color of the transparent pixel.
+     * @return the color of the transparent pixel.
+     */
+    public Color getTransparentColor() {
+        Color color = null;
+        if (!this.isTransparent) {
+            return color;
+        }
+        if (cm.getNumColorComponents() == 3) {
+            color = new Color(this.redTransparentAlpha, this.greenTransparentAlpha, this.blueTransparentAlpha);
+        } else {
+            color = new Color(this.grayTransparentAlpha, 0, 0);
+        }
+        return color;
+    }
+
+    /**
+     * Used to set the rendering intent when the color space is sRGB.
+     * @param intent the rendering intent of the sRGB color space
+     */
+    public void setRenderingIntent(int intent) {
+        renderingIntent = intent;
+    }
+
+    /**
+     * Returns the rendering intent of the sRGB color space.
+     * @return the rendering intent
+     */
+    public int getRenderingIntent() {
+      return this.renderingIntent;
+    }
+
+}

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageRawPNG.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/PNGConstants.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/loader/impl/PNGFile.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/writer/Endianness.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/image/writer/ResolutionUnit.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/util/DateFormatUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/main/java/org/apache/xmlgraphics/util/DoubleFormatUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderFactoryPNGTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderPNGTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawCCITTFaxTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawPNGTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/PNGFileTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/loader/impl/PreloaderJPEGTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/ImageIOCheckUtility.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/ResolutionTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/image/writer/imageio/ImageIOTIFFImageWriterTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/GraphicContextTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/color/profile/ColorProfileUtilTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2DTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/test/java/org/apache/xmlgraphics/ps/ImageEncodingHelperTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/tools/resources/checkstyle/checkstyle.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/branches/maven/src/tools/resources/checkstyle/suppressions.xml
------------------------------------------------------------------------------
    svn:eol-style = native



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